- All Superinterfaces:
Downlink,swim.streamlet.Inlet<Map<K,,V>> Iterable<Map.Entry<K,,V>> swim.util.IterableMap<K,,V> Link,swim.util.Log,Map<K,,V> swim.streamlet.MapInlet<K,,V, Map<K, V>> swim.streamlet.MapOutlet<K,,V, MapDownlink<K, V>> swim.observable.Observable<Object>,swim.observable.ObservableIterableMap<K,,V> swim.observable.ObservableMap<K,,V> swim.observable.ObservableOrderedMap<K,,V> swim.observable.ObservableSortedMap<K,,V> swim.util.OrderedMap<K,,V> swim.streamlet.Outlet<MapDownlink<K,,V>> SortedMap<K,,V> WarpDownlink,WarpLink
public interface MapDownlink<K,V>
extends WarpDownlink, swim.observable.ObservableOrderedMap<K,V>, swim.streamlet.MapInlet<K,V,Map<K,V>>, swim.streamlet.MapOutlet<K,V,MapDownlink<K,V>>
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionbody(swim.structure.Value body) didClear(swim.observable.function.DidClear didClear) didConnect(DidConnect didConnect) didDisconnect(DidDisconnect didDisconnect) didDrop(swim.observable.function.DidDrop didDrop) didReceive(DidReceive didReceive) didTake(swim.observable.function.DidTake didTake) hostUri(swim.uri.Uri hostUri) booleanisStateful(boolean isStateful) keepLinked(boolean keepLinked) keepSynced(boolean keepSynced) <K2> MapDownlink<K2,V> swim.structure.Form<K>keyForm()<K2> MapDownlink<K2,V> keyForm(swim.structure.Form<K2> keyForm) swim.util.Cursor<K>laneUri(swim.uri.Uri laneUri) nodeUri(swim.uri.Uri nodeUri) open()prio(float prio) rate(float rate) <V2> MapDownlink<K,V2> valueClass(Class<V2> valueClass) swim.structure.Form<V><V2> MapDownlink<K,V2> valueForm(swim.structure.Form<V2> valueForm) willClear(swim.observable.function.WillClear willClear) willCommand(WillCommand willCommand) willDrop(swim.observable.function.WillDrop willDrop) willReceive(WillReceive willReceive) willRemove(swim.observable.function.WillRemoveKey<K> willRemove) willTake(swim.observable.function.WillTake willTake) willUnlink(WillUnlink willUnlink) willUpdate(swim.observable.function.WillUpdateKey<K, V> willUpdate) Methods inherited from interface swim.streamlet.Inlet
bindInput, decohereOutput, disconnectInputs, disconnectOutputs, input, recohereOutput, unbindInputMethods inherited from interface java.lang.Iterable
forEach, spliteratorMethods inherited from interface swim.api.Link
cipherSuite, close, hostUri, isConnected, isRemote, isSecure, laneUri, localAddress, localCertificates, localIdentity, localPrincipal, nodeUri, remoteAddress, remoteCertificates, remoteIdentity, remotePrincipal, securityProtocolMethods inherited from interface swim.util.Log
debug, error, fail, info, trace, warnMethods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAllMethods inherited from interface swim.streamlet.MapInlet
decohereOutputKey, recohereOutputKeyMethods inherited from interface swim.streamlet.MapOutlet
containsKey, decohereInputKey, filter, get, map, memoize, outlet, recohereInputKey, reduce, watchMethods inherited from interface swim.observable.ObservableSortedMap
drop, takeMethods inherited from interface swim.util.OrderedMap
clear, comparator, containsKey, containsValue, entrySet, firstEntry, firstKey, firstValue, get, getEntry, getIndex, headMap, indexOf, isEmpty, iterator, keySet, lastEntry, lastKey, lastValue, nextEntry, nextKey, nextValue, previousEntry, previousKey, previousValue, put, putAll, remove, size, subMap, tailMap, valueIterator, valuesMethods inherited from interface swim.streamlet.Outlet
bindOutput, decohereInput, disconnectInputs, disconnectOutputs, get, map, outputIterator, recohereInput, unbindOutput, unbindOutputs, watchMethods inherited from interface swim.api.warp.WarpDownlink
body, command, command, command, command, keepLinked, keepSynced, prio, rate
-
Method Details
-
hostUri
- Specified by:
hostUriin interfaceWarpDownlink
-
hostUri
- Specified by:
hostUriin interfaceWarpDownlink
-
nodeUri
- Specified by:
nodeUriin interfaceWarpDownlink
-
nodeUri
- Specified by:
nodeUriin interfaceWarpDownlink
-
laneUri
- Specified by:
laneUriin interfaceWarpDownlink
-
laneUri
- Specified by:
laneUriin interfaceWarpDownlink
-
prio
- Specified by:
prioin interfaceWarpDownlink
-
rate
- Specified by:
ratein interfaceWarpDownlink
-
body
- Specified by:
bodyin interfaceWarpDownlink
-
keepLinked
- Specified by:
keepLinkedin interfaceWarpDownlink
-
keepSynced
- Specified by:
keepSyncedin interfaceWarpDownlink
-
isStateful
boolean isStateful() -
isStateful
-
keyForm
swim.structure.Form<K> keyForm() -
keyForm
-
keyClass
-
valueForm
swim.structure.Form<V> valueForm() -
valueForm
-
valueClass
-
observe
- Specified by:
observein interfaceDownlink- Specified by:
observein interfaceLink- Specified by:
observein interfaceswim.observable.Observable<K>- Specified by:
observein interfaceswim.observable.ObservableMap<K,V> - Specified by:
observein interfaceswim.observable.ObservableSortedMap<K,V> - Specified by:
observein interfaceWarpDownlink
-
unobserve
- Specified by:
unobservein interfaceDownlink- Specified by:
unobservein interfaceLink- Specified by:
unobservein interfaceswim.observable.Observable<K>- Specified by:
unobservein interfaceswim.observable.ObservableMap<K,V> - Specified by:
unobservein interfaceswim.observable.ObservableSortedMap<K,V> - Specified by:
unobservein interfaceWarpDownlink
-
willUpdate
-
didUpdate
-
willRemove
-
didRemove
-
willDrop
-
didDrop
-
willTake
-
didTake
-
willClear
-
didClear
-
willReceive
- Specified by:
willReceivein interfaceWarpDownlink
-
didReceive
- Specified by:
didReceivein interfaceWarpDownlink
-
willCommand
- Specified by:
willCommandin interfaceWarpDownlink
-
willLink
- Specified by:
willLinkin interfaceWarpDownlink
-
didLink
- Specified by:
didLinkin interfaceWarpDownlink
-
willSync
- Specified by:
willSyncin interfaceWarpDownlink
-
didSync
- Specified by:
didSyncin interfaceWarpDownlink
-
willUnlink
- Specified by:
willUnlinkin interfaceWarpDownlink
-
didUnlink
- Specified by:
didUnlinkin interfaceWarpDownlink
-
didConnect
- Specified by:
didConnectin interfaceDownlink- Specified by:
didConnectin interfaceWarpDownlink
-
didDisconnect
- Specified by:
didDisconnectin interfaceDownlink- Specified by:
didDisconnectin interfaceWarpDownlink
-
didClose
- Specified by:
didClosein interfaceDownlink- Specified by:
didClosein interfaceWarpDownlink
-
didFail
- Specified by:
didFailin interfaceDownlink- Specified by:
didFailin interfaceWarpDownlink
-
open
MapDownlink<K,V> open()- Specified by:
openin interfaceDownlink- Specified by:
openin interfaceWarpDownlink
-
keyIterator
swim.util.Cursor<K> keyIterator()
-