- AbstractAsyncSubscription - Class in net.openhft.chronicle.network.connection
-
Created by Rob Austin
- AbstractAsyncSubscription(TcpChannelHub, String, String) - Constructor for class net.openhft.chronicle.network.connection.AbstractAsyncSubscription
-
- AbstractAsyncSubscription(TcpChannelHub, String, byte, String) - Constructor for class net.openhft.chronicle.network.connection.AbstractAsyncSubscription
-
- AbstractAsyncTemporarySubscription - Class in net.openhft.chronicle.network.connection
-
- AbstractAsyncTemporarySubscription(TcpChannelHub, String, String) - Constructor for class net.openhft.chronicle.network.connection.AbstractAsyncTemporarySubscription
-
- AbstractAsyncTemporarySubscription(TcpChannelHub, String, byte, String) - Constructor for class net.openhft.chronicle.network.connection.AbstractAsyncTemporarySubscription
-
- AbstractHandler - Class in net.openhft.chronicle.engine.server.internal
-
Created by Rob Austin
- AbstractHandler() - Constructor for class net.openhft.chronicle.engine.server.internal.AbstractHandler
-
- AbstractKeyValueStore<K,MV,V> - Class in net.openhft.chronicle.engine.map
-
Created by peter on 22/05/15.
- AbstractKeyValueStore(RequestContext, Asset, KeyValueStore<K, MV, V>) - Constructor for class net.openhft.chronicle.engine.map.AbstractKeyValueStore
-
- AbstractStatelessClient<E extends net.openhft.chronicle.wire.ParameterizeWireKey> - Class in net.openhft.chronicle.network.connection
-
Created by Rob Austin
- AbstractStatelessClient(TcpChannelHub, long, String) - Constructor for class net.openhft.chronicle.network.connection.AbstractStatelessClient
-
- AbstractSubscriptionKeyValueStore<K,MV,V> - Class in net.openhft.chronicle.engine.map
-
Created by daniel on 08/06/15.
- AbstractSubscriptionKeyValueStore(RequestContext, Asset, SubscriptionKeyValueStore<K, MV, V>) - Constructor for class net.openhft.chronicle.engine.map.AbstractSubscriptionKeyValueStore
-
- accept(E) - Method in interface net.openhft.chronicle.engine.api.pubsub.Subscriber
-
- accept(T) - Method in interface net.openhft.chronicle.engine.api.pubsub.SubscriptionConsumer
-
- accept(EngineReplication.ReplicationEntry) - Method in class net.openhft.chronicle.engine.map.AbstractKeyValueStore
-
- accept(EngineReplication.ReplicationEntry) - Method in class net.openhft.chronicle.engine.map.ChronicleMapKeyValueStore
-
- accept(EngineReplication.ReplicationEntry) - Method in class net.openhft.chronicle.engine.map.FilePerKeyBasedKeyMarshallableValueStore
-
- accept(EngineReplication.ReplicationEntry) - Method in class net.openhft.chronicle.engine.map.FilePerKeyValueStore
-
- accept(EngineReplication.ReplicationEntry) - Method in class net.openhft.chronicle.engine.map.FilePerKeyValueStoreBackedKeyValueStore
-
- accept(EngineReplication.ReplicationEntry) - Method in class net.openhft.chronicle.engine.map.ObjectObjectKeyValueStore
-
- accept(EngineReplication.ReplicationEntry) - Method in class net.openhft.chronicle.engine.map.remote.RemoteKeyValueStore
-
- accept(EngineReplication.ReplicationEntry) - Method in class net.openhft.chronicle.engine.map.VanillaKeyValueStore
-
- accept(EngineReplication.ReplicationEntry) - Method in class net.openhft.chronicle.engine.map.VanillaStringMarshallableKeyValueStore
-
- accept(EngineReplication.ReplicationEntry) - Method in class net.openhft.chronicle.engine.map.VanillaStringStringKeyValueStore
-
- acquireAsset(String) - Method in interface net.openhft.chronicle.engine.api.tree.Asset
-
Get or create an asset under this one.
- acquireAsset(String) - Method in interface net.openhft.chronicle.engine.api.tree.AssetTree
-
Get or create an asset
- acquireAsset(String) - Static method in enum net.openhft.chronicle.engine.Chassis
-
Get or create an empty asset
- acquireAsset(String) - Method in class net.openhft.chronicle.engine.tree.VanillaAsset
-
- acquireAsset(String) - Method in class net.openhft.chronicle.engine.tree.VanillaAssetTree
-
- acquireAsset(String) - Method in class net.openhft.chronicle.engine.tree.VanillaSubAsset
-
- acquireMap(String, Class<K>, Class<V>) - Method in interface net.openhft.chronicle.engine.api.tree.AssetTree
-
Acquire a map view for a URI.
- acquireMap(String, Class<K>, Class<V>) - Static method in enum net.openhft.chronicle.engine.Chassis
-
Get or create a Map, ConcurrentMap or MapView of an asset.
- acquireModificationIterator(byte) - Method in interface net.openhft.chronicle.engine.api.EngineReplication
-
Gets (if it does not exist, creates) an instance of ModificationIterator associated with a
remote node, this weak associated is bound using the identifier.
- acquireModificationIterator(byte) - Method in interface net.openhft.chronicle.engine.api.pubsub.Replication
-
- acquireModificationIterator(byte) - Method in class net.openhft.chronicle.engine.map.CMap2EngineReplicator
-
- acquireModificationIterator(byte) - Method in class net.openhft.chronicle.engine.map.VanillaEngineReplication
-
- acquireModificationIterator(byte) - Method in class net.openhft.chronicle.engine.tree.VanillaReplication
-
- acquirePublisher(String, Class<E>) - Method in interface net.openhft.chronicle.engine.api.tree.AssetTree
-
Acquire a publisher to a single URI.
- acquirePublisher(String, Class<E>) - Static method in enum net.openhft.chronicle.engine.Chassis
-
Get or create a Publisher view for a given lement or update type.
- acquireReference(String, Class<E>) - Method in interface net.openhft.chronicle.engine.api.tree.AssetTree
-
Acquire a reference to a single URI
- acquireReference(String, Class<E>) - Static method in enum net.openhft.chronicle.engine.Chassis
-
Obtain a reference to an element or value of Map.
- acquireService(String, Class<S>) - Method in interface net.openhft.chronicle.engine.api.tree.AssetTree
-
Acquire a generic service by URI and serviceType.
- acquireSet(String, Class<E>) - Method in interface net.openhft.chronicle.engine.api.tree.AssetTree
-
Acquire a set view for a URI.
- acquireSet(String, Class<E>) - Static method in enum net.openhft.chronicle.engine.Chassis
-
View an asset as a set.
- acquireSubscription(RequestContext) - Method in interface net.openhft.chronicle.engine.api.tree.AssetTree
-
Acquire the Subscription view for a URI.
- acquireTcpChannelHub(Asset, EventLoop, Function<Bytes, Wire>) - Method in class net.openhft.chronicle.engine.fs.HostDetails
-
- acquireTopicPublisher(String, Class<T>, Class<E>) - Method in interface net.openhft.chronicle.engine.api.tree.AssetTree
-
Acquire a Topic Publisher view for a URI.
- acquireTopicPublisher(String, Class<T>, Class<E>) - Static method in enum net.openhft.chronicle.engine.Chassis
-
Get or create a TopicPublisher.
- acquireView(RequestContext) - Method in interface net.openhft.chronicle.engine.api.tree.Asset
-
Get or create a view based on a RequestContext.
- acquireView(Class<V>, RequestContext) - Method in interface net.openhft.chronicle.engine.api.tree.Asset
-
Get or create a view based on a RequestContext.
- acquireView(Class<V>) - Method in interface net.openhft.chronicle.engine.api.tree.Asset
-
Get or create a view with out a RequestContext.
- acquireView(RequestContext) - Method in interface net.openhft.chronicle.engine.api.tree.AssetTree
-
Acquire a generic view by ResourceContext.
- acquireView(Class<V>, RequestContext) - Method in class net.openhft.chronicle.engine.tree.VanillaAsset
-
- acquireView(Class<V>, RequestContext) - Method in class net.openhft.chronicle.engine.tree.VanillaSubAsset
-
- add(U) - Method in class net.openhft.chronicle.engine.collection.ClientWiredStatelessChronicleCollection
-
- add(K) - Method in class net.openhft.chronicle.engine.set.VanillaKeySetView
-
- addAll(Collection<? extends U>) - Method in class net.openhft.chronicle.engine.collection.ClientWiredStatelessChronicleCollection
-
- added() - Method in class net.openhft.chronicle.engine.tree.AddedAssetEvent
-
- added() - Method in class net.openhft.chronicle.engine.tree.ExistingAssetEvent
-
- added() - Method in class net.openhft.chronicle.engine.tree.RemovedAssetEvent
-
- added() - Method in interface net.openhft.chronicle.engine.tree.TopologicalEvent
-
- AddedAssetEvent - Class in net.openhft.chronicle.engine.tree
-
Created by peter on 22/05/15.
- addLeafRule(Class<V>, String, LeafViewFactory<V>) - Method in interface net.openhft.chronicle.engine.api.tree.Asset
-
Add a rule or factory for creating view on demand.
- addLeafRule(Class<L>, String, LeafViewFactory<L>) - Method in class net.openhft.chronicle.engine.tree.VanillaAsset
-
- addLeafRule(Class<L>, String, LeafViewFactory<L>) - Method in class net.openhft.chronicle.engine.tree.VanillaSubAsset
-
- addView(Class<V>, V) - Method in interface net.openhft.chronicle.engine.api.tree.Asset
-
Add an implementation of a view to the asset..
- addView(Class<V>, V) - Method in class net.openhft.chronicle.engine.tree.VanillaAsset
-
- addView(Class<V>, V) - Method in class net.openhft.chronicle.engine.tree.VanillaSubAsset
-
- addWrappingRule(Class<V>, String, WrappingViewFactory<V, U>, Class<U>) - Method in interface net.openhft.chronicle.engine.api.tree.Asset
-
Add a rule or factory for creating views on demand.
- addWrappingRule(Class<V>, String, BiPredicate<RequestContext, Asset>, WrappingViewFactory<V, U>, Class<U>) - Method in interface net.openhft.chronicle.engine.api.tree.Asset
-
Add a rule or factory for creating views on demand.
- addWrappingRule(Class<W>, String, BiPredicate<RequestContext, Asset>, WrappingViewFactory<W, U>, Class<U>) - Method in class net.openhft.chronicle.engine.tree.VanillaAsset
-
- addWrappingRule(Class<W>, String, WrappingViewFactory<W, U>, Class<U>) - Method in class net.openhft.chronicle.engine.tree.VanillaAsset
-
- addWrappingRule(Class<W>, String, BiPredicate<RequestContext, Asset>, WrappingViewFactory<W, U>, Class<U>) - Method in class net.openhft.chronicle.engine.tree.VanillaSubAsset
-
- addWrappingRule(Class<W>, String, WrappingViewFactory<W, U>, Class<U>) - Method in class net.openhft.chronicle.engine.tree.VanillaSubAsset
-
- after(StringBuilder) - Method in class net.openhft.chronicle.engine.server.internal.SubscriptionHandler
-
after writing the tid to the wire
- apply(MapEventListener<K, V>) - Method in interface net.openhft.chronicle.engine.api.map.MapEvent
-
- apply(K) - Method in interface net.openhft.chronicle.engine.api.map.MapView
-
- apply(MapEventListener<K, V>) - Method in class net.openhft.chronicle.engine.map.InsertedEvent
-
- apply(MapEventListener<K, V>) - Method in class net.openhft.chronicle.engine.map.RemovedEvent
-
- apply(MapEventListener<K, V>) - Method in class net.openhft.chronicle.engine.map.UpdatedEvent
-
- applyChange(Store, EngineReplication.ReplicationEntry) - Method in interface net.openhft.chronicle.engine.map.VanillaEngineReplication.ChangeApplier
-
- applyReplication(EngineReplication.ReplicationEntry) - Method in interface net.openhft.chronicle.engine.api.pubsub.Replication
-
removes or puts the entry into the map
- applyReplication(EngineReplication.ReplicationEntry) - Method in class net.openhft.chronicle.engine.map.CMap2EngineReplicator
-
- applyReplication(EngineReplication.ReplicationEntry) - Method in class net.openhft.chronicle.engine.map.VanillaEngineReplication
-
- applyReplication(EngineReplication.ReplicationEntry) - Method in class net.openhft.chronicle.engine.tree.VanillaReplication
-
- applySubscribe() - Method in class net.openhft.chronicle.network.connection.AbstractAsyncSubscription
-
- applySubscribe() - Method in interface net.openhft.chronicle.network.connection.AsyncSubscription
-
Implement this to establish a subscription with the server
- applyTo(SerializableFunction<E, R>) - Method in interface net.openhft.chronicle.engine.api.Updatable
-
Apply a function to an Updatable which is assumed to not change the visited in any significant way.
- applyTo(SerializableBiFunction<E, A, R>, A) - Method in interface net.openhft.chronicle.engine.api.Updatable
-
Apply a function to an Updatable which is assumed to not change the visited in any significant way.
- applyTo(SerializableFunction<E, R>) - Method in interface net.openhft.chronicle.engine.api.Visitable
-
Apply a function to the visitable and return the result.
- applyTo(SerializableBiFunction<E, T, R>, T) - Method in interface net.openhft.chronicle.engine.api.Visitable
-
Apply a function which takes an argument.
- applyTo(SerializableBiFunction<MapView<K, ?, V>, A, R>, A) - Method in class net.openhft.chronicle.engine.map.remote.RemoteKeyValueStore
-
- applyTo(SerializableBiFunction<MapView<K, MV, V>, A, R>, A) - Method in class net.openhft.chronicle.engine.map.remote.RemoteMapView
-
- applyTo(SerializableFunction<MapView<K, MV, V>, R>) - Method in class net.openhft.chronicle.engine.map.remote.RemoteMapView
-
- applyTo(SerializableFunction<E, R>) - Method in class net.openhft.chronicle.engine.pubsub.RemoteReference
-
- applyTo(SerializableBiFunction<E, T, R>, T) - Method in class net.openhft.chronicle.engine.pubsub.RemoteReference
-
- applyToKey(K, SerializableFunction<E, R>) - Method in interface net.openhft.chronicle.engine.api.KeyedVisitable
-
Apply a function to the visitable and return the result.
- applyToKey(K, SerializableBiFunction<E, T, R>, T) - Method in interface net.openhft.chronicle.engine.api.KeyedVisitable
-
Apply a function which takes an argument.
- applyToKey(K, SerializableFunction<V, R>) - Method in class net.openhft.chronicle.engine.map.remote.RemoteMapView
-
- applyToKey(K, SerializableBiFunction<V, T, R>, T) - Method in class net.openhft.chronicle.engine.map.remote.RemoteMapView
-
- Asset - Interface in net.openhft.chronicle.engine.api.tree
-
An Asset is a point on an AssetTree.
- asset() - Method in interface net.openhft.chronicle.engine.api.tree.Assetted
-
- asset() - Method in class net.openhft.chronicle.engine.collection.VanillaValuesCollection
-
- asset - Variable in class net.openhft.chronicle.engine.map.AbstractKeyValueStore
-
- asset() - Method in class net.openhft.chronicle.engine.map.AbstractKeyValueStore
-
- asset() - Method in class net.openhft.chronicle.engine.map.ChronicleMapKeyValueStore
-
- asset() - Method in class net.openhft.chronicle.engine.map.FilePerKeyBasedKeyMarshallableValueStore
-
- asset() - Method in class net.openhft.chronicle.engine.map.FilePerKeyValueStore
-
- asset() - Method in class net.openhft.chronicle.engine.map.FilePerKeyValueStoreBackedKeyValueStore
-
- asset() - Method in class net.openhft.chronicle.engine.map.ObjectObjectKeyValueStore
-
- asset() - Method in class net.openhft.chronicle.engine.map.remote.RemoteKeyValueStore
-
- asset() - Method in class net.openhft.chronicle.engine.map.VanillaEntrySetView
-
- asset() - Method in class net.openhft.chronicle.engine.map.VanillaKeyValueStore
-
- asset() - Method in class net.openhft.chronicle.engine.map.VanillaMapView
-
- asset() - Method in class net.openhft.chronicle.engine.map.VanillaStringMarshallableKeyValueStore
-
- asset() - Method in class net.openhft.chronicle.engine.map.VanillaStringStringKeyValueStore
-
- asset() - Method in class net.openhft.chronicle.engine.pubsub.RemoteTopicPublisher
-
- asset() - Method in class net.openhft.chronicle.engine.pubsub.VanillaTopicPublisher
-
- asset() - Method in class net.openhft.chronicle.engine.set.VanillaKeySetView
-
- assetName() - Method in interface net.openhft.chronicle.engine.api.tree.ChangeEvent
-
- assetName() - Method in class net.openhft.chronicle.engine.map.InsertedEvent
-
- assetName() - Method in class net.openhft.chronicle.engine.map.RemovedEvent
-
- assetName() - Method in class net.openhft.chronicle.engine.map.UpdatedEvent
-
- assetName() - Method in class net.openhft.chronicle.engine.tree.AddedAssetEvent
-
- assetName() - Method in class net.openhft.chronicle.engine.tree.ExistingAssetEvent
-
- assetName() - Method in class net.openhft.chronicle.engine.tree.RemovedAssetEvent
-
- AssetNotFoundException - Exception in net.openhft.chronicle.engine.api.tree
-
This asset could not be found or created on demand.
- AssetNotFoundException(String) - Constructor for exception net.openhft.chronicle.engine.api.tree.AssetNotFoundException
-
- Assetted<U> - Interface in net.openhft.chronicle.engine.api.tree
-
This a resource associated with an underlying asset.
- AssetTree - Interface in net.openhft.chronicle.engine.api.tree
-
A Hierarchical collection of Assets in a tree structure.
- assetTree() - Static method in enum net.openhft.chronicle.engine.Chassis
-
- assetTree - Variable in class net.openhft.chronicle.engine.server.internal.SubscriptionHandler
-
- AssetTreeDynamicMBean - Class in net.openhft.chronicle.engine.api.management.mbean
-
- AssetTreeDynamicMBean(Map) - Constructor for class net.openhft.chronicle.engine.api.management.mbean.AssetTreeDynamicMBean
-
- AssetTreeJMX - Class in net.openhft.chronicle.engine.api.management.mbean
-
Created by pct25 on 6/16/2015.
- AssetTreeJMX() - Constructor for class net.openhft.chronicle.engine.api.management.mbean.AssetTreeJMX
-
- AssetTreeJMX(ObjectKeyValueStore, ObjectKVSSubscription, String, String) - Constructor for class net.openhft.chronicle.engine.api.management.mbean.AssetTreeJMX
-
- AssetTreeJMXMBean - Interface in net.openhft.chronicle.engine.api.management.mbean
-
Created by pct25 on 6/16/2015.
- AsyncSubscription - Interface in net.openhft.chronicle.network.connection
-
- AsyncTemporarySubscription - Interface in net.openhft.chronicle.network.connection
-
TemporarySubscriptions are not re-established after a socket disconnection
- asyncUpdate(SerializableUpdater<E>) - Method in interface net.openhft.chronicle.engine.api.Updatable
-
Update an Updatable potentially asynchronously.
- asyncUpdate(SerializableUpdaterWithArg<E, A>, A) - Method in interface net.openhft.chronicle.engine.api.Updatable
-
Update an Updatable potentially asynchronously.
- asyncUpdate(SerializableFunction<E, E>) - Method in interface net.openhft.chronicle.engine.api.Visitable
-
Apply a function to visitable potentially asynchronously.
- asyncUpdate(SerializableBiFunction<E, T, E>, T) - Method in interface net.openhft.chronicle.engine.api.Visitable
-
Apply a function to visitable potentially asynchronously.
- asyncUpdate(SerializableUpdaterWithArg, A) - Method in class net.openhft.chronicle.engine.map.remote.RemoteKeyValueStore
-
- asyncUpdate(SerializableUpdaterWithArg<MapView<K, MV, V>, A>, A) - Method in class net.openhft.chronicle.engine.map.remote.RemoteMapView
-
- asyncUpdate(SerializableUpdater<MapView<K, MV, V>>) - Method in class net.openhft.chronicle.engine.map.remote.RemoteMapView
-
- asyncUpdate(SerializableFunction<E, E>) - Method in class net.openhft.chronicle.engine.pubsub.RemoteReference
-
- asyncUpdate(SerializableBiFunction<E, T, E>, T) - Method in class net.openhft.chronicle.engine.pubsub.RemoteReference
-
- asyncUpdateKey(K, SerializableFunction<E, E>) - Method in interface net.openhft.chronicle.engine.api.KeyedVisitable
-
Apply a function to visitable potentially asynchronously.
- asyncUpdateKey(K, SerializableBiFunction<E, T, E>, T) - Method in interface net.openhft.chronicle.engine.api.KeyedVisitable
-
Apply a function to visitable potentially asynchronously.
- asyncUpdateKey(K, SerializableFunction<V, V>) - Method in class net.openhft.chronicle.engine.map.remote.RemoteMapView
-
- asyncUpdateKey(K, SerializableBiFunction<V, T, V>, T) - Method in class net.openhft.chronicle.engine.map.remote.RemoteMapView
-
- AuthenticatedKeyValueStore<K,MV,V> - Interface in net.openhft.chronicle.engine.map
-
Created by peter on 01/06/15.
- averageValueSize(double) - Method in class net.openhft.chronicle.engine.api.tree.RequestContext
-
- raiseChange(VanillaEngineReplication.ReplicationData) - Static method in interface net.openhft.chronicle.engine.map.VanillaEngineReplication.ReplicationData
-
- RawKVSSubscription<K,MV,V> - Interface in net.openhft.chronicle.engine.map
-
Created by peter.lawrey on 11/06/2015.
- readBoolean(long, long) - Method in class net.openhft.chronicle.network.connection.AbstractStatelessClient
-
- readInt(long, long) - Method in class net.openhft.chronicle.network.connection.AbstractStatelessClient
-
- readMarshallable(WireIn) - Method in interface net.openhft.chronicle.engine.api.EngineReplication.ReplicationEntry
-
- readMarshallable(WireIn) - Method in class net.openhft.chronicle.engine.fs.ChronicleMapGroupFS
-
- readMarshallable(WireIn) - Method in class net.openhft.chronicle.engine.fs.Cluster
-
- readMarshallable(WireIn) - Method in class net.openhft.chronicle.engine.fs.Clusters
-
- readMarshallable(WireIn) - Method in class net.openhft.chronicle.engine.fs.ConfigurationFS
-
- readMarshallable(WireIn) - Method in class net.openhft.chronicle.engine.fs.FilePerKeyGroupFS
-
- readMarshallable(WireIn) - Method in class net.openhft.chronicle.engine.fs.Fstab
-
- readMarshallable(WireIn) - Method in class net.openhft.chronicle.engine.fs.HostDetails
-
- readMarshallable(WireIn) - Method in class net.openhft.chronicle.engine.map.InsertedEvent
-
- readMarshallable(WireIn) - Method in class net.openhft.chronicle.engine.map.remote.KeyFunctionPair
-
- readMarshallable(WireIn) - Method in class net.openhft.chronicle.engine.map.remote.KeyValueFunctionTuple
-
- readMarshallable(WireIn) - Method in class net.openhft.chronicle.engine.map.remote.KeyValuePair
-
- readMarshallable(WireIn) - Method in class net.openhft.chronicle.engine.map.remote.KeyValuesTuple
-
- readMarshallable(WireIn) - Method in class net.openhft.chronicle.engine.map.RemovedEvent
-
- readMarshallable(WireIn) - Method in class net.openhft.chronicle.engine.map.replication.Bootstrap
-
- readMarshallable(WireIn) - Method in class net.openhft.chronicle.engine.map.UpdatedEvent
-
- readMarshallable(WireIn) - Method in interface net.openhft.chronicle.engine.map.VanillaEngineReplication.RemoteNodeReplicationState
-
- readMarshallable(WireIn) - Method in interface net.openhft.chronicle.engine.map.VanillaEngineReplication.ReplicationData
-
- readMarshallable(WireIn) - Method in class net.openhft.chronicle.engine.tree.AddedAssetEvent
-
- readMarshallable(WireIn) - Method in class net.openhft.chronicle.engine.tree.ExistingAssetEvent
-
- readMarshallable(WireIn) - Method in class net.openhft.chronicle.engine.tree.RemovedAssetEvent
-
- readReply(WireIn, WireKey, Function<ValueIn, R>) - Method in class net.openhft.chronicle.network.connection.AbstractStatelessClient
-
- readReplyConsumer(WireIn, WireKey, Consumer<ValueIn>) - Method in class net.openhft.chronicle.network.connection.AbstractStatelessClient
-
- recurse() - Method in class net.openhft.chronicle.engine.api.tree.RequestContext
-
- recurse(Boolean) - Method in class net.openhft.chronicle.engine.api.tree.RequestContext
-
- Reference<E> - Interface in net.openhft.chronicle.engine.api.pubsub
-
Hold a reference to a specific topic/key.
- referenceFor(K) - Method in interface net.openhft.chronicle.engine.api.map.MapView
-
Obtain a reference the value for a key
- referenceFor(K) - Method in class net.openhft.chronicle.engine.map.remote.RemoteMapView
-
- referenceFor(K) - Method in class net.openhft.chronicle.engine.map.VanillaMapView
-
- ReferenceHandler<E,T> - Class in net.openhft.chronicle.engine.server.internal
-
Created by Rob Austin
- ReferenceHandler() - Constructor for class net.openhft.chronicle.engine.server.internal.ReferenceHandler
-
- ReferenceHandler.EventId - Enum in net.openhft.chronicle.engine.server.internal
-
- ReferenceHandler.Params - Enum in net.openhft.chronicle.engine.server.internal
-
- registerDownstream(EventConsumer<K, V>) - Method in interface net.openhft.chronicle.engine.map.KVSSubscription
-
- registerDownstream(EventConsumer<K, V>) - Method in class net.openhft.chronicle.engine.map.remote.RemoteKVSSubscription
-
- registerDownstream(EventConsumer<K, V>) - Method in class net.openhft.chronicle.engine.map.VanillaKVSSubscription
-
- registerKeySubscriber(Subscriber<K>) - Method in interface net.openhft.chronicle.engine.api.map.MapView
-
Add a Subscription for the keys changed on this Map
- registerKeySubscriber(RequestContext, Subscriber<K>) - Method in interface net.openhft.chronicle.engine.map.KVSSubscription
-
- registerKeySubscriber(RequestContext, Subscriber<K>) - Method in class net.openhft.chronicle.engine.map.remote.RemoteKVSSubscription
-
- registerKeySubscriber(RequestContext, Subscriber<K>) - Method in class net.openhft.chronicle.engine.map.VanillaKVSSubscription
-
- registerKeySubscriber(Subscriber<K>) - Method in class net.openhft.chronicle.engine.map.VanillaMapView
-
- registerSubscriber(Subscriber<MapEvent<K, V>>) - Method in interface net.openhft.chronicle.engine.api.map.MapView
-
Add a Subscription for the MapEvents triggered by changes on this Map.
- registerSubscriber(boolean, Subscriber<E>) - Method in interface net.openhft.chronicle.engine.api.pubsub.Publisher
-
Add a subscription to this spepcific topic
- registerSubscriber(RequestContext, Subscriber<E>) - Method in interface net.openhft.chronicle.engine.api.pubsub.Subscription
-
- registerSubscriber(String, Class<E>, Subscriber<E>) - Method in interface net.openhft.chronicle.engine.api.tree.AssetTree
-
Register a subscriber to a URI with an expected type of message by class.
- registerSubscriber(String, Class<E>, Subscriber<E>) - Static method in enum net.openhft.chronicle.engine.Chassis
-
Register a Subscriber to events on an Asset.
- registerSubscriber(RequestContext, Subscriber) - Method in class net.openhft.chronicle.engine.map.VanillaKVSSubscription
-
- registerSubscriber(Subscriber<MapEvent<K, V>>) - Method in class net.openhft.chronicle.engine.map.VanillaMapView
-
- registerSubscriber(boolean, Subscriber) - Method in class net.openhft.chronicle.engine.pubsub.RemoteReference
-
- registerSubscriber(RequestContext, Subscriber<E>) - Method in class net.openhft.chronicle.engine.pubsub.RemoteSimpleSubscription
-
- registerSubscriber(boolean, Subscriber<E>) - Method in class net.openhft.chronicle.engine.pubsub.VanillaReference
-
- registerSubscriber(RequestContext, Subscriber<E>) - Method in class net.openhft.chronicle.engine.pubsub.VanillaSimpleSubscription
-
- registerSubscriber(RequestContext, Subscriber<TopologicalEvent>) - Method in class net.openhft.chronicle.engine.tree.VanillaTopologySubscription
-
- registerTopicSubscriber(TopicSubscriber<K, V>) - Method in interface net.openhft.chronicle.engine.api.map.MapView
-
Add a TopicSubscriber to this Map.
- registerTopicSubscriber(TopicSubscriber<T, M>) - Method in interface net.openhft.chronicle.engine.api.pubsub.TopicPublisher
-
Add a subscription to this group.
- registerTopicSubscriber(String, Class<T>, Class<E>, TopicSubscriber<T, E>) - Method in interface net.openhft.chronicle.engine.api.tree.AssetTree
-
Register a topic subscriber to a URI with an expected type of message by topic class and message class
- registerTopicSubscriber(String, Class<T>, Class<E>, TopicSubscriber<T, E>) - Static method in enum net.openhft.chronicle.engine.Chassis
-
Register a Topic Subscription to a group.
- registerTopicSubscriber(RequestContext, TopicSubscriber<K, V>) - Method in interface net.openhft.chronicle.engine.map.KVSSubscription
-
- registerTopicSubscriber(RequestContext, TopicSubscriber<K, V>) - Method in class net.openhft.chronicle.engine.map.remote.RemoteKVSSubscription
-
- registerTopicSubscriber(RequestContext, TopicSubscriber) - Method in class net.openhft.chronicle.engine.map.VanillaKVSSubscription
-
- registerTopicSubscriber(TopicSubscriber<K, V>) - Method in class net.openhft.chronicle.engine.map.VanillaMapView
-
- registerTopicSubscriber(TopicSubscriber<T, M>) - Method in class net.openhft.chronicle.engine.pubsub.RemoteTopicPublisher
-
- registerTopicSubscriber(TopicSubscriber<T, M>) - Method in class net.openhft.chronicle.engine.pubsub.VanillaTopicPublisher
-
- registerView(Class<V>, V) - Method in interface net.openhft.chronicle.engine.api.tree.Asset
-
Provide a specific implementation of a view
- registerView(Class<I>, I) - Method in class net.openhft.chronicle.engine.tree.VanillaAsset
-
- registerView(Class<I>, I) - Method in class net.openhft.chronicle.engine.tree.VanillaSubAsset
-
- remoteAddress - Variable in class net.openhft.chronicle.network.connection.TcpChannelHub
-
- remoteIdentifier() - Method in interface net.openhft.chronicle.engine.api.EngineReplication.ReplicationEntry
-
- remoteIdentifier() - Method in class net.openhft.chronicle.engine.map.CMap2EngineReplicator.VanillaReplicatedEntry
-
- RemoteKeyValueStore<K,V> - Class in net.openhft.chronicle.engine.map.remote
-
- RemoteKeyValueStore(RequestContext, Asset, TcpChannelHub) - Constructor for class net.openhft.chronicle.engine.map.remote.RemoteKeyValueStore
-
- RemoteKeyValueStore(RequestContext, Asset) - Constructor for class net.openhft.chronicle.engine.map.remote.RemoteKeyValueStore
-
- RemoteKVSSubscription<K,MV,V> - Class in net.openhft.chronicle.engine.map.remote
-
- RemoteKVSSubscription(RequestContext, Asset) - Constructor for class net.openhft.chronicle.engine.map.remote.RemoteKVSSubscription
-
- RemoteMapView<K,MV,V> - Class in net.openhft.chronicle.engine.map.remote
-
Created by peter on 22/05/15.
- RemoteMapView(RequestContext, Asset, KeyValueStore<K, MV, V>) - Constructor for class net.openhft.chronicle.engine.map.remote.RemoteMapView
-
- RemoteMapView(Class, Class, Asset, KeyValueStore<K, MV, V>, boolean, boolean) - Constructor for class net.openhft.chronicle.engine.map.remote.RemoteMapView
-
- RemoteReference<E> - Class in net.openhft.chronicle.engine.pubsub
-
Created by Rob Austin
- RemoteReference(RequestContext, Asset) - Constructor for class net.openhft.chronicle.engine.pubsub.RemoteReference
-
- RemoteReference(TcpChannelHub, Class<E>, String) - Constructor for class net.openhft.chronicle.engine.pubsub.RemoteReference
-
- RemoteSimpleSubscription<E> - Class in net.openhft.chronicle.engine.pubsub
-
Created by peter on 29/05/15.
- RemoteSimpleSubscription(Reference<E>, Function<Object, E>) - Constructor for class net.openhft.chronicle.engine.pubsub.RemoteSimpleSubscription
-
- RemoteTopicPublisher<T,M> - Class in net.openhft.chronicle.engine.pubsub
-
Created by Rob Austin
- RemoteTopicPublisher(RequestContext, Asset, MapView<T, M, M>) - Constructor for class net.openhft.chronicle.engine.pubsub.RemoteTopicPublisher
-
- RemoteTopologySubscription - Class in net.openhft.chronicle.engine.map.remote
-
Created by rob austin on 28/06/2015.
- RemoteTopologySubscription(RequestContext, Asset) - Constructor for class net.openhft.chronicle.engine.map.remote.RemoteTopologySubscription
-
- remove(K) - Method in interface net.openhft.chronicle.engine.api.map.KeyValueStore
-
remove a key
- remove(String, K, V) - Method in interface net.openhft.chronicle.engine.api.map.MapEventListener
-
- remove() - Method in interface net.openhft.chronicle.engine.api.pubsub.Reference
-
Remove the topic/key
- remove() - Method in interface net.openhft.chronicle.engine.api.session.SessionProvider
-
There is no longer any valid session detaisl and get() will return null.
- remove(Object) - Method in class net.openhft.chronicle.engine.collection.ClientWiredStatelessChronicleCollection
-
- remove(K) - Method in class net.openhft.chronicle.engine.map.AbstractKeyValueStore
-
- remove(String) - Method in class net.openhft.chronicle.engine.map.FilePerKeyValueStore
-
- remove(Object, Object) - Method in class net.openhft.chronicle.engine.map.remote.RemoteKeyValueStore
-
- remove(Object) - Method in class net.openhft.chronicle.engine.map.remote.RemoteKeyValueStore
-
- remove(Object, Object) - Method in class net.openhft.chronicle.engine.map.remote.RemoteMapView
-
- remove(Object) - Method in class net.openhft.chronicle.engine.map.VanillaMapView
-
- remove(Object, Object) - Method in class net.openhft.chronicle.engine.map.VanillaMapView
-
- remove(String) - Method in class net.openhft.chronicle.engine.map.VanillaStringMarshallableKeyValueStore
-
- remove(String) - Method in class net.openhft.chronicle.engine.map.VanillaStringStringKeyValueStore
-
- remove(K) - Method in class net.openhft.chronicle.engine.map.VanillaSubscriptionKeyValueStore
-
- remove() - Method in class net.openhft.chronicle.engine.pubsub.RemoteReference
-
- remove() - Method in class net.openhft.chronicle.engine.pubsub.VanillaReference
-
- remove() - Method in class net.openhft.chronicle.engine.session.VanillaSessionProvider
-
- remove(Object) - Method in class net.openhft.chronicle.engine.set.VanillaKeySetView
-
- removeAll(Collection<?>) - Method in class net.openhft.chronicle.engine.collection.ClientWiredStatelessChronicleCollection
-
- removeChild(String) - Method in interface net.openhft.chronicle.engine.api.tree.Asset
-
Remove a child asset from the tree.
- removeChild(String) - Method in class net.openhft.chronicle.engine.tree.VanillaAsset
-
- removeChild(String) - Method in class net.openhft.chronicle.engine.tree.VanillaSubAsset
-
- RemovedAssetEvent - Class in net.openhft.chronicle.engine.tree
-
Created by peter on 22/05/15.
- RemovedEvent<K,V> - Class in net.openhft.chronicle.engine.map
-
Created by peter on 22/05/15.
- removeIfEqual(K, V) - Method in interface net.openhft.chronicle.engine.api.map.KeyValueStore
-
- removeIfEqual(K, V) - Method in class net.openhft.chronicle.engine.map.AbstractKeyValueStore
-
- removeIfEqual(K, V) - Method in class net.openhft.chronicle.engine.map.VanillaSubscriptionKeyValueStore
-
- removeReturnsNull() - Method in class net.openhft.chronicle.engine.api.tree.RequestContext
-
- replace(K, V) - Method in interface net.openhft.chronicle.engine.api.map.KeyValueStore
-
- replace(K, V) - Method in class net.openhft.chronicle.engine.map.AbstractKeyValueStore
-
- replace(K, V) - Method in class net.openhft.chronicle.engine.map.ObjectObjectKeyValueStore
-
- replace(K, V, V) - Method in class net.openhft.chronicle.engine.map.remote.RemoteKeyValueStore
-
- replace(K, V) - Method in class net.openhft.chronicle.engine.map.remote.RemoteKeyValueStore
-
- replace(K, V, V) - Method in class net.openhft.chronicle.engine.map.remote.RemoteMapView
-
- replace(K, V) - Method in class net.openhft.chronicle.engine.map.remote.RemoteMapView
-
- replace(K, V, V) - Method in class net.openhft.chronicle.engine.map.VanillaMapView
-
- replace(K, V) - Method in class net.openhft.chronicle.engine.map.VanillaMapView
-
- replace(K, V) - Method in class net.openhft.chronicle.engine.map.VanillaSubscriptionKeyValueStore
-
- replaceAll(BiFunction<? super K, ? super V, ? extends V>) - Method in class net.openhft.chronicle.engine.map.remote.RemoteMapView
-
- replaceIfEqual(K, V, V) - Method in interface net.openhft.chronicle.engine.api.map.KeyValueStore
-
- replaceIfEqual(K, V, V) - Method in class net.openhft.chronicle.engine.map.AbstractKeyValueStore
-
- replaceIfEqual(K, V, V) - Method in class net.openhft.chronicle.engine.map.VanillaSubscriptionKeyValueStore
-
- Replication - Interface in net.openhft.chronicle.engine.api.pubsub
-
Created by Rob Austin
- ReplicationHandler<E> - Class in net.openhft.chronicle.engine.server.internal
-
Created by Rob Austin
- ReplicationHandler() - Constructor for class net.openhft.chronicle.engine.server.internal.ReplicationHandler
-
- ReplicationHandler.EventId - Enum in net.openhft.chronicle.engine.server.internal
-
- ReplicationHub - Class in net.openhft.chronicle.engine.map
-
Created by Rob Austin
- ReplicationHub(RequestContext, TcpChannelHub, EventLoop, AtomicBoolean) - Constructor for class net.openhft.chronicle.engine.map.ReplicationHub
-
- RequestContext - Class in net.openhft.chronicle.engine.api.tree
-
Created by peter on 24/05/15.
- RequestContext(String, String) - Constructor for class net.openhft.chronicle.engine.api.tree.RequestContext
-
- requestContext() - Static method in class net.openhft.chronicle.engine.api.tree.RequestContext
-
- requestContext(CharSequence) - Static method in class net.openhft.chronicle.engine.api.tree.RequestContext
-
- requestContext(String) - Static method in class net.openhft.chronicle.engine.api.tree.RequestContext
-
- requestContext - Variable in class net.openhft.chronicle.engine.server.internal.SubscriptionHandler
-
- RequestContextInterner - Class in net.openhft.chronicle.engine.api.tree
-
Created by peter on 05/07/15.
- RequestContextInterner(int) - Constructor for class net.openhft.chronicle.engine.api.tree.RequestContextInterner
-
- RESERVED_MOD_ITER - Static variable in class net.openhft.chronicle.engine.map.VanillaEngineReplication
-
- resetChassis() - Static method in enum net.openhft.chronicle.engine.Chassis
-
Replace the underlying
- retainAll(Collection<?>) - Method in class net.openhft.chronicle.engine.collection.ClientWiredStatelessChronicleCollection
-
- root() - Method in interface net.openhft.chronicle.engine.api.tree.Asset
-
Find the root Asset for this tree.
- root() - Method in interface net.openhft.chronicle.engine.api.tree.AssetTree
-
Get the root asset.
- root() - Method in class net.openhft.chronicle.engine.tree.VanillaAssetTree
-
- run() - Method in interface net.openhft.chronicle.network.connection.TcpChannelHub.Task
-
- seal() - Method in class net.openhft.chronicle.engine.api.tree.RequestContext
-
- segmentFor(K) - Method in interface net.openhft.chronicle.engine.api.map.KeyValueStore
-
- segmentFor(K) - Method in class net.openhft.chronicle.engine.map.AbstractKeyValueStore
-
- segmentForKey(Store, BytesStore) - Method in interface net.openhft.chronicle.engine.map.VanillaEngineReplication.SegmentForKey
-
- segments() - Method in interface net.openhft.chronicle.engine.api.map.KeyValueStore
-
- segments() - Method in class net.openhft.chronicle.engine.map.AbstractKeyValueStore
-
- sendEvent(long, WireKey, Consumer<ValueOut>) - Method in class net.openhft.chronicle.network.connection.AbstractStatelessClient
-
- sendEventAsync(WireKey, Consumer<ValueOut>, boolean) - Method in class net.openhft.chronicle.network.connection.AbstractStatelessClient
-
- sendEventAsyncWithoutLock(WireKey, Consumer<ValueOut>) - Method in class net.openhft.chronicle.network.connection.AbstractStatelessClient
-
- ServerEndpoint - Class in net.openhft.chronicle.engine.server
-
Created by Rob Austin
- ServerEndpoint(String, AssetTree, WireType) - Constructor for class net.openhft.chronicle.engine.server.ServerEndpoint
-
- SessionProvider - Interface in net.openhft.chronicle.engine.api.session
-
A holder for the Session speicifc details i.e.
- set(K, E) - Method in interface net.openhft.chronicle.engine.api.KeyedVisitable
-
- set(E) - Method in interface net.openhft.chronicle.engine.api.pubsub.Reference
-
Set the new value
- set(SessionDetails) - Method in interface net.openhft.chronicle.engine.api.session.SessionProvider
-
Replace the session details
- set(E) - Method in interface net.openhft.chronicle.engine.api.Visitable
-
- set(EngineReplicationLangBytes) - Method in class net.openhft.chronicle.engine.map.CMap2EngineReplicator
-
- set(K, V) - Method in class net.openhft.chronicle.engine.map.VanillaMapView
-
- set(E) - Method in class net.openhft.chronicle.engine.pubsub.RemoteReference
-
- set(E) - Method in class net.openhft.chronicle.engine.pubsub.VanillaReference
-
- set(SessionDetails) - Method in class net.openhft.chronicle.engine.session.VanillaSessionProvider
-
- setAttribute(Attribute) - Method in class net.openhft.chronicle.engine.api.management.mbean.AssetTreeDynamicMBean
-
- setAttribute(String, String) - Method in class net.openhft.chronicle.engine.api.management.mbean.AssetTreeDynamicMBean
-
- setAttributes(AttributeList) - Method in class net.openhft.chronicle.engine.api.management.mbean.AssetTreeDynamicMBean
-
- setChange(VanillaEngineReplication.ReplicationData, int) - Static method in interface net.openhft.chronicle.engine.map.VanillaEngineReplication.ReplicationData
-
- setDeleted(boolean) - Method in interface net.openhft.chronicle.engine.map.VanillaEngineReplication.ReplicationData
-
- setDirtyWord(int, long) - Method in interface net.openhft.chronicle.engine.map.VanillaEngineReplication.ReplicationData
-
- setFailure(PermissionDeniedException.Failure) - Method in exception net.openhft.chronicle.engine.api.PermissionDeniedException
-
- setIdentifier(byte) - Method in interface net.openhft.chronicle.engine.map.VanillaEngineReplication.ReplicationData
-
- setKvStore(KeyValueStore<K, MV, V>) - Method in interface net.openhft.chronicle.engine.map.KVSSubscription
-
- setKvStore(KeyValueStore<K, MV, V>) - Method in class net.openhft.chronicle.engine.map.remote.RemoteKVSSubscription
-
- setKvStore(KeyValueStore<K, MV, V>) - Method in class net.openhft.chronicle.engine.map.VanillaKVSSubscription
-
- setLastBootstrapTimestamp(long) - Method in interface net.openhft.chronicle.engine.map.VanillaEngineReplication.RemoteNodeReplicationState
-
- setLastModificationTime(byte, long) - Method in interface net.openhft.chronicle.engine.api.EngineReplication
-
- setLastModificationTime(byte, long) - Method in class net.openhft.chronicle.engine.map.CMap2EngineReplicator
-
- setLastModificationTime(long) - Method in interface net.openhft.chronicle.engine.map.VanillaEngineReplication.RemoteNodeReplicationState
-
- setLastModificationTime(byte, long) - Method in class net.openhft.chronicle.engine.map.VanillaEngineReplication
-
- setModificationNotifier(EngineReplication.ModificationNotifier) - Method in interface net.openhft.chronicle.engine.api.EngineReplication.ModificationIterator
-
the modificationNotifier is called when ever there is a change applied to the
modification iterator
- setNextBootstrapTimestamp(long) - Method in interface net.openhft.chronicle.engine.map.VanillaEngineReplication.RemoteNodeReplicationState
-
- setSize(long) - Method in class net.openhft.chronicle.engine.api.management.mbean.AssetTreeJMX
-
- setSize(long) - Method in interface net.openhft.chronicle.engine.api.management.mbean.AssetTreeJMXMBean
-
- setTimestamp(long) - Method in interface net.openhft.chronicle.engine.map.VanillaEngineReplication.ReplicationData
-
- SimpleSubscription<E> - Interface in net.openhft.chronicle.engine.pubsub
-
Created by peter.lawrey on 09/07/2015.
- size() - Method in interface net.openhft.chronicle.engine.api.map.MapView
-
- size() - Method in class net.openhft.chronicle.engine.collection.ClientWiredStatelessChronicleCollection
-
- size() - Method in class net.openhft.chronicle.engine.collection.VanillaValuesCollection
-
- size() - Method in class net.openhft.chronicle.engine.map.VanillaEntrySetView
-
- size() - Method in class net.openhft.chronicle.engine.set.VanillaKeySetView
-
- SIZE_OF_SIZE - Static variable in class net.openhft.chronicle.engine.collection.CollectionWireHandler
-
- SIZE_OF_SIZE - Static variable in class net.openhft.chronicle.network.connection.TcpChannelHub
-
- SocketReader - Class in net.openhft.chronicle.engine
-
Created by Rob on 17/06/15.
- SocketReader() - Constructor for class net.openhft.chronicle.engine.SocketReader
-
- spec() - Method in class net.openhft.chronicle.engine.fs.ChronicleMapGroupFS
-
- spec() - Method in class net.openhft.chronicle.engine.fs.ConfigurationFS
-
- spec() - Method in class net.openhft.chronicle.engine.fs.FilePerKeyGroupFS
-
- spec() - Method in interface net.openhft.chronicle.engine.fs.MountPoint
-
- standardStack(boolean) - Method in class net.openhft.chronicle.engine.tree.VanillaAsset
-
- start(String, AssetTree, WireType) - Method in class net.openhft.chronicle.engine.server.ServerEndpoint
-
- stop() - Method in class net.openhft.chronicle.engine.server.ServerEndpoint
-
- stream() - Method in interface net.openhft.chronicle.engine.api.collection.ValuesCollection
-
- stream() - Method in interface net.openhft.chronicle.engine.api.query.Query
-
- stream() - Method in interface net.openhft.chronicle.engine.api.query.Queryable
-
- stream() - Method in interface net.openhft.chronicle.engine.api.set.EntrySetView
-
- stream() - Method in interface net.openhft.chronicle.engine.api.set.KeySetView
-
- stream() - Method in class net.openhft.chronicle.engine.query.VanillaQuery
-
- StringBytesStoreKeyValueStore - Interface in net.openhft.chronicle.engine.api.map
-
Created by peter on 25/05/15.
- stringEvent(WireKey, StringBuilder, WireIn) - Static method in enum net.openhft.chronicle.network.connection.CoreFields
-
- StringMarshallableKeyValueStore<V extends net.openhft.chronicle.wire.Marshallable> - Interface in net.openhft.chronicle.engine.api.map
-
Created by peter on 25/05/15.
- StringStringKeyValueStore - Interface in net.openhft.chronicle.engine.api.map
-
Created by peter on 25/05/15.
- SubAsset<T> - Interface in net.openhft.chronicle.engine.api.map
-
This interface represents as Asset which are keyed components of a parent.
- subscribe(Consumer<? super T>) - Method in interface net.openhft.chronicle.engine.api.query.Query
-
- subscribe(Consumer<? super E>) - Method in class net.openhft.chronicle.engine.query.VanillaQuery
-
- subscribe(AsyncSubscription) - Method in class net.openhft.chronicle.network.connection.TcpChannelHub
-
sets up subscriptions with the server, even if the socket connection is down, the
subscriptions will be re-establish with the server automatically once it comes back up.
- Subscriber<E> - Interface in net.openhft.chronicle.engine.api.pubsub
-
Subscriber to events of a specific topic/key.
- subscriberCount() - Method in interface net.openhft.chronicle.engine.api.pubsub.Publisher
-
- subscriberCount() - Method in interface net.openhft.chronicle.engine.api.pubsub.Subscription
-
- subscriberCount() - Method in class net.openhft.chronicle.engine.pubsub.RemoteReference
-
- subscriberCount() - Method in class net.openhft.chronicle.engine.pubsub.RemoteSimpleSubscription
-
- subscriberCount() - Method in class net.openhft.chronicle.engine.pubsub.VanillaReference
-
- subscriberCount() - Method in class net.openhft.chronicle.engine.pubsub.VanillaSimpleSubscription
-
- subscriberCount() - Method in class net.openhft.chronicle.engine.tree.VanillaTopologySubscription
-
- subscribersToTid - Variable in class net.openhft.chronicle.engine.pubsub.RemoteReference
-
- subscribeTo(AssetTree) - Method in class net.openhft.chronicle.engine.fs.ConfigurationFS
-
- subscription(boolean) - Method in interface net.openhft.chronicle.engine.api.map.SubscriptionKeyValueStore
-
- Subscription<E> - Interface in net.openhft.chronicle.engine.api.pubsub
-
INternal API for manaing and monitoring subscriptions.
- subscription(boolean) - Method in interface net.openhft.chronicle.engine.api.tree.Asset
-
Obtain the default subscription view.
- subscription(boolean) - Method in class net.openhft.chronicle.engine.map.AbstractSubscriptionKeyValueStore
-
- subscription(boolean) - Method in class net.openhft.chronicle.engine.map.ChronicleMapKeyValueStore
-
- subscription(boolean) - Method in class net.openhft.chronicle.engine.map.FilePerKeyValueStore
-
- subscription(boolean) - Method in class net.openhft.chronicle.engine.map.remote.RemoteKeyValueStore
-
- subscription(boolean) - Method in class net.openhft.chronicle.engine.map.VanillaKeyValueStore
-
- subscription(boolean) - Method in class net.openhft.chronicle.engine.map.VanillaStringMarshallableKeyValueStore
-
- subscription(boolean) - Method in class net.openhft.chronicle.engine.map.VanillaStringStringKeyValueStore
-
- subscription(boolean) - Method in class net.openhft.chronicle.engine.map.VanillaSubscriptionKeyValueStore
-
- subscription - Variable in class net.openhft.chronicle.engine.server.internal.SubscriptionHandler
-
- subscription(boolean) - Method in class net.openhft.chronicle.engine.tree.VanillaAsset
-
- subscription(boolean) - Method in class net.openhft.chronicle.engine.tree.VanillaSubAsset
-
- SubscriptionConsumer<T> - Interface in net.openhft.chronicle.engine.api.pubsub
-
Internal API for notifying events.
- SubscriptionHandler<T extends Subscription> - Class in net.openhft.chronicle.engine.server.internal
-
Created by rob on 28/06/2015.
- SubscriptionHandler() - Constructor for class net.openhft.chronicle.engine.server.internal.SubscriptionHandler
-
- SubscriptionHandler.SubscriptionEventID - Enum in net.openhft.chronicle.engine.server.internal
-
- SubscriptionKeyValueStore<K,MV,V> - Interface in net.openhft.chronicle.engine.api.map
-
An interface which is a KeyValueStore where you can subscribe to changes.
- syncUpdate(SerializableUpdater<E>, SerializableFunction<E, R>) - Method in interface net.openhft.chronicle.engine.api.Updatable
-
Apply a function to update an Updatable and apply a seconf function to derive some information from it.
- syncUpdate(SerializableUpdaterWithArg<E, UA>, UA, SerializableBiFunction<E, RA, R>, RA) - Method in interface net.openhft.chronicle.engine.api.Updatable
-
Apply a function to update an Updatable and apply a seconf function to derive some information from it.
- syncUpdate(SerializableFunction<E, E>, SerializableFunction<E, R>) - Method in interface net.openhft.chronicle.engine.api.Visitable
-
Apply a function to update the state of a visible, and apply a function to return a result object synchronously.
- syncUpdate(SerializableBiFunction<E, UT, E>, UT, SerializableBiFunction<E, RT, R>, RT) - Method in interface net.openhft.chronicle.engine.api.Visitable
-
Apply a function to update the state of a visible, and apply a function to return a result object synchronously.
- syncUpdate(SerializableBiFunction, UA, SerializableBiFunction, RA) - Method in class net.openhft.chronicle.engine.map.remote.RemoteKeyValueStore
-
- syncUpdate(SerializableUpdaterWithArg<MapView<K, MV, V>, UA>, UA, SerializableBiFunction<MapView<K, MV, V>, RA, R>, RA) - Method in class net.openhft.chronicle.engine.map.remote.RemoteMapView
-
- syncUpdate(SerializableUpdater<MapView<K, MV, V>>, SerializableFunction<MapView<K, MV, V>, R>) - Method in class net.openhft.chronicle.engine.map.remote.RemoteMapView
-
- syncUpdate(SerializableFunction<E, E>, SerializableFunction<E, R>) - Method in class net.openhft.chronicle.engine.pubsub.RemoteReference
-
- syncUpdate(SerializableBiFunction<E, UT, E>, UT, SerializableBiFunction<E, RT, R>, RT) - Method in class net.openhft.chronicle.engine.pubsub.RemoteReference
-
- syncUpdateKey(K, SerializableFunction<E, E>, SerializableFunction<E, R>) - Method in interface net.openhft.chronicle.engine.api.KeyedVisitable
-
Apply a function to update the state of a visible, and apply a function to return a result object synchronously.
- syncUpdateKey(K, SerializableBiFunction<E, T, E>, T, SerializableBiFunction<E, RT, R>, RT) - Method in interface net.openhft.chronicle.engine.api.KeyedVisitable
-
Apply a function to update the state of a visible, and apply a function to return a result object synchronously.
- syncUpdateKey(K, SerializableFunction<V, V>, SerializableFunction<V, R>) - Method in class net.openhft.chronicle.engine.map.remote.RemoteMapView
-
- syncUpdateKey(K, SerializableBiFunction<V, T, V>, T, SerializableBiFunction<V, RT, R>, RT) - Method in class net.openhft.chronicle.engine.map.remote.RemoteMapView
-
- SystemHandler - Class in net.openhft.chronicle.engine.server.internal
-
- SystemHandler() - Constructor for class net.openhft.chronicle.engine.server.internal.SystemHandler
-
- SystemHandler.EventId - Enum in net.openhft.chronicle.engine.server.internal
-
- value() - Method in interface net.openhft.chronicle.engine.api.EngineReplication.ReplicationEntry
-
- value(BytesStore) - Method in interface net.openhft.chronicle.engine.api.EngineReplication.ReplicationEntry
-
- value() - Method in interface net.openhft.chronicle.engine.api.map.KeyValueStore.Entry
-
- value() - Method in class net.openhft.chronicle.engine.map.CMap2EngineReplicator.VanillaReplicatedEntry
-
- value(BytesStore) - Method in class net.openhft.chronicle.engine.map.CMap2EngineReplicator.VanillaReplicatedEntry
-
- value() - Method in class net.openhft.chronicle.engine.map.InsertedEvent
-
- value() - Method in class net.openhft.chronicle.engine.map.RemovedEvent
-
- value() - Method in class net.openhft.chronicle.engine.map.UpdatedEvent
-
- valueOf(String) - Static method in enum net.openhft.chronicle.engine.api.management.ManagementTools
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.openhft.chronicle.engine.api.map.MapEvent.MapEventFields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.openhft.chronicle.engine.api.PermissionDeniedException.Failure
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.openhft.chronicle.engine.Chassis
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.openhft.chronicle.engine.map.remote.MapFunction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.openhft.chronicle.engine.map.remote.MapUpdate
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.openhft.chronicle.engine.server.internal.MapWireHandler.EventId
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.openhft.chronicle.engine.server.internal.MapWireHandler.Params
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.openhft.chronicle.engine.server.internal.ObjectKVSubscriptionHandler.EventId
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.openhft.chronicle.engine.server.internal.PublisherHandler.EventId
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.openhft.chronicle.engine.server.internal.PublisherHandler.Params
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.openhft.chronicle.engine.server.internal.ReferenceHandler.EventId
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.openhft.chronicle.engine.server.internal.ReferenceHandler.Params
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.openhft.chronicle.engine.server.internal.ReplicationHandler.EventId
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.openhft.chronicle.engine.server.internal.SubscriptionHandler.SubscriptionEventID
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.openhft.chronicle.engine.server.internal.SystemHandler.EventId
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.openhft.chronicle.engine.server.internal.TopicPublisherHandler.EventId
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.openhft.chronicle.engine.server.internal.TopicPublisherHandler.Params
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.openhft.chronicle.engine.server.internal.TopologyHandler.EventId
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.openhft.chronicle.engine.server.internal.TopologyHandler.Params
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.openhft.chronicle.engine.server.internal.TopologySubscriptionHandler.EventId
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.openhft.chronicle.engine.tree.TopologicalEvent.TopologicalFields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.openhft.chronicle.network.connection.CoreFields
-
Returns the enum constant of this type with the specified name.
- ValueReader<U,V> - Interface in net.openhft.chronicle.engine.api.map
-
An interface which allows you to obtain the value for an underlying storage type, e.g.
- values() - Static method in enum net.openhft.chronicle.engine.api.management.ManagementTools
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.openhft.chronicle.engine.api.map.MapEvent.MapEventFields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.openhft.chronicle.engine.api.PermissionDeniedException.Failure
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.openhft.chronicle.engine.Chassis
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.openhft.chronicle.engine.map.remote.MapFunction
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.openhft.chronicle.engine.map.remote.MapUpdate
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Method in class net.openhft.chronicle.engine.map.remote.RemoteKeyValueStore
-
- values() - Method in class net.openhft.chronicle.engine.map.VanillaMapView
-
- values() - Static method in enum net.openhft.chronicle.engine.server.internal.MapWireHandler.EventId
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.openhft.chronicle.engine.server.internal.MapWireHandler.Params
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.openhft.chronicle.engine.server.internal.ObjectKVSubscriptionHandler.EventId
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.openhft.chronicle.engine.server.internal.PublisherHandler.EventId
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.openhft.chronicle.engine.server.internal.PublisherHandler.Params
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.openhft.chronicle.engine.server.internal.ReferenceHandler.EventId
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.openhft.chronicle.engine.server.internal.ReferenceHandler.Params
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.openhft.chronicle.engine.server.internal.ReplicationHandler.EventId
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.openhft.chronicle.engine.server.internal.SubscriptionHandler.SubscriptionEventID
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.openhft.chronicle.engine.server.internal.SystemHandler.EventId
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.openhft.chronicle.engine.server.internal.TopicPublisherHandler.EventId
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.openhft.chronicle.engine.server.internal.TopicPublisherHandler.Params
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.openhft.chronicle.engine.server.internal.TopologyHandler.EventId
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.openhft.chronicle.engine.server.internal.TopologyHandler.Params
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.openhft.chronicle.engine.server.internal.TopologySubscriptionHandler.EventId
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.openhft.chronicle.engine.tree.TopologicalEvent.TopologicalFields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.openhft.chronicle.network.connection.CoreFields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- ValuesCollection<V> - Interface in net.openhft.chronicle.engine.api.collection
-
Marker interface for a collection which represents the values() of a Map.
- valuesIterator() - Method in interface net.openhft.chronicle.engine.api.map.KeyValueStore
-
- valueToWire() - Method in interface net.openhft.chronicle.engine.server.internal.WireAdapter
-
- valueType() - Method in interface net.openhft.chronicle.engine.api.map.MapView
-
- valueType() - Method in class net.openhft.chronicle.engine.api.tree.RequestContext
-
- valueType(Class) - Method in class net.openhft.chronicle.engine.api.tree.RequestContext
-
- valueType - Variable in class net.openhft.chronicle.engine.map.AbstractKeyValueStore
-
- valueType() - Method in class net.openhft.chronicle.engine.map.AbstractKeyValueStore
-
- valueType() - Method in interface net.openhft.chronicle.engine.map.ObjectKeyValueStore
-
- valueType() - Method in class net.openhft.chronicle.engine.map.remote.RemoteKeyValueStore
-
- valueType() - Method in class net.openhft.chronicle.engine.map.VanillaMapView
-
- valueType() - Method in class net.openhft.chronicle.engine.map.VanillaStringMarshallableKeyValueStore
-
- valueType() - Method in class net.openhft.chronicle.engine.map.VanillaStringStringKeyValueStore
-
- VanillaAsset - Class in net.openhft.chronicle.engine.tree
-
Created by peter on 22/05/15.
- VanillaAsset(Asset, String) - Constructor for class net.openhft.chronicle.engine.tree.VanillaAsset
-
- VanillaAssetTree - Class in net.openhft.chronicle.engine.tree
-
Created by peter on 22/05/15.
- VanillaAssetTree() - Constructor for class net.openhft.chronicle.engine.tree.VanillaAssetTree
-
- VanillaAssetTree(int) - Constructor for class net.openhft.chronicle.engine.tree.VanillaAssetTree
-
- VanillaEngineReplication<Store extends KeyValueStore<?,?,?>> - Class in net.openhft.chronicle.engine.map
-
- VanillaEngineReplication(IntFunction<KeyValueStore<BytesStore, VanillaEngineReplication.ReplicationData, VanillaEngineReplication.ReplicationData>>, KeyValueStore<IntValue, VanillaEngineReplication.RemoteNodeReplicationState, VanillaEngineReplication.RemoteNodeReplicationState>, byte, Store, VanillaEngineReplication.ChangeApplier<Store>, VanillaEngineReplication.GetValue<Store>, VanillaEngineReplication.SegmentForKey<Store>) - Constructor for class net.openhft.chronicle.engine.map.VanillaEngineReplication
-
- VanillaEngineReplication.ChangeApplier<Store> - Interface in net.openhft.chronicle.engine.map
-
- VanillaEngineReplication.GetValue<Store> - Interface in net.openhft.chronicle.engine.map
-
- VanillaEngineReplication.RemoteNodeReplicationState - Interface in net.openhft.chronicle.engine.map
-
- VanillaEngineReplication.ReplicationData - Interface in net.openhft.chronicle.engine.map
-
- VanillaEngineReplication.SegmentForKey<Store> - Interface in net.openhft.chronicle.engine.map
-
- VanillaEntrySetView<K,MV,V> - Class in net.openhft.chronicle.engine.map
-
Created by peter on 22/05/15.
- VanillaEntrySetView(RequestContext, Asset, MapView<K, MV, V>) - Constructor for class net.openhft.chronicle.engine.map.VanillaEntrySetView
-
- VanillaKeySetView<K,V> - Class in net.openhft.chronicle.engine.set
-
Created by peter.lawrey on 11/06/2015.
- VanillaKeySetView(RequestContext, Asset, MapView<K, V, V>) - Constructor for class net.openhft.chronicle.engine.set.VanillaKeySetView
-
- VanillaKeyValueStore<K,MV,V> - Class in net.openhft.chronicle.engine.map
-
Created by peter on 22/05/15.
- VanillaKeyValueStore(RequestContext, Asset) - Constructor for class net.openhft.chronicle.engine.map.VanillaKeyValueStore
-
- VanillaKeyValueStore(Asset) - Constructor for class net.openhft.chronicle.engine.map.VanillaKeyValueStore
-
- VanillaKVSSubscription<K,MV,V> - Class in net.openhft.chronicle.engine.map
-
Created by peter on 22/05/15.
- VanillaKVSSubscription(RequestContext, Asset) - Constructor for class net.openhft.chronicle.engine.map.VanillaKVSSubscription
-
- VanillaKVSSubscription(Class, Asset) - Constructor for class net.openhft.chronicle.engine.map.VanillaKVSSubscription
-
- VanillaMapView<K,MV,V> - Class in net.openhft.chronicle.engine.map
-
Created by peter on 22/05/15.
- VanillaMapView(RequestContext, Asset, KeyValueStore<K, MV, V>) - Constructor for class net.openhft.chronicle.engine.map.VanillaMapView
-
- VanillaMapView(Class, Class, Asset, KeyValueStore<K, MV, V>, boolean, boolean) - Constructor for class net.openhft.chronicle.engine.map.VanillaMapView
-
- VanillaQuery<E> - Class in net.openhft.chronicle.engine.query
-
Created by peter.lawrey on 12/07/2015.
- VanillaQuery(Stream<E>) - Constructor for class net.openhft.chronicle.engine.query.VanillaQuery
-
- VanillaReference<E> - Class in net.openhft.chronicle.engine.pubsub
-
- VanillaReference(RequestContext, Asset, MapView<String, E, E>) - Constructor for class net.openhft.chronicle.engine.pubsub.VanillaReference
-
- VanillaReference(String, Class<E>, MapView<String, E, E>) - Constructor for class net.openhft.chronicle.engine.pubsub.VanillaReference
-
- VanillaReplication - Class in net.openhft.chronicle.engine.tree
-
Created by Rob Austin
- VanillaReplication(RequestContext, Asset, MapView) - Constructor for class net.openhft.chronicle.engine.tree.VanillaReplication
-
- VanillaSessionProvider - Class in net.openhft.chronicle.engine.session
-
Created by peter on 01/06/15.
- VanillaSessionProvider() - Constructor for class net.openhft.chronicle.engine.session.VanillaSessionProvider
-
- VanillaSimpleSubscription<E> - Class in net.openhft.chronicle.engine.pubsub
-
Created by peter on 29/05/15.
- VanillaSimpleSubscription(Reference<E>, Function<Object, E>) - Constructor for class net.openhft.chronicle.engine.pubsub.VanillaSimpleSubscription
-
- VanillaStringMarshallableKeyValueStore<V extends net.openhft.chronicle.wire.Marshallable> - Class in net.openhft.chronicle.engine.map
-
Created by peter on 25/05/15.
- VanillaStringMarshallableKeyValueStore(RequestContext, Asset, SubscriptionKeyValueStore<String, Bytes, BytesStore>) - Constructor for class net.openhft.chronicle.engine.map.VanillaStringMarshallableKeyValueStore
-
- VanillaStringStringKeyValueStore - Class in net.openhft.chronicle.engine.map
-
Created by peter on 25/05/15.
- VanillaStringStringKeyValueStore(RequestContext, Asset, SubscriptionKeyValueStore<String, Bytes, BytesStore>) - Constructor for class net.openhft.chronicle.engine.map.VanillaStringStringKeyValueStore
-
- VanillaSubAsset<E> - Class in net.openhft.chronicle.engine.tree
-
Created by peter on 22/05/15.
- VanillaSubscriptionKeyValueStore<K,MV,V> - Class in net.openhft.chronicle.engine.map
-
Created by peter on 22/05/15.
- VanillaSubscriptionKeyValueStore(RequestContext, Asset, KeyValueStore<K, MV, V>) - Constructor for class net.openhft.chronicle.engine.map.VanillaSubscriptionKeyValueStore
-
- VanillaTopicPublisher<T,M> - Class in net.openhft.chronicle.engine.pubsub
-
Created by peter on 23/05/15.
- VanillaTopicPublisher(RequestContext, Asset, MapView<T, M, M>) - Constructor for class net.openhft.chronicle.engine.pubsub.VanillaTopicPublisher
-
- VanillaTopologySubscription - Class in net.openhft.chronicle.engine.tree
-
Created by peter on 11/06/15.
- VanillaTopologySubscription(RequestContext, Asset) - Constructor for class net.openhft.chronicle.engine.tree.VanillaTopologySubscription
-
- VanillaValuesCollection<K,V> - Class in net.openhft.chronicle.engine.collection
-
Created by peter on 11/06/15.
- VanillaValuesCollection(RequestContext, Asset, MapView<K, V, V>) - Constructor for class net.openhft.chronicle.engine.collection.VanillaValuesCollection
-
- View - Interface in net.openhft.chronicle.engine.api.tree
-
A Marker interface for all views.
- viewType(Class) - Method in class net.openhft.chronicle.engine.api.tree.RequestContext
-
- viewType() - Method in class net.openhft.chronicle.engine.api.tree.RequestContext
-
- Visitable<E> - Interface in net.openhft.chronicle.engine.api
-
This interface defines a means of visiting a resource for retrieving derived values and replacing the state of the Asset.
- VOID_PARAMETERS - Static variable in class net.openhft.chronicle.engine.map.remote.RemoteKeyValueStore
-