| AtomixAtomicCounterMap |
AsyncAtomicCounterMap implementation backed by Atomix.
|
| AtomixAtomicCounterMapCommands |
Atomic counter map commands.
|
| AtomixAtomicCounterMapCommands.AddAndGet |
|
| AtomixAtomicCounterMapCommands.AtomicCounterMapCommand<V> |
|
| AtomixAtomicCounterMapCommands.AtomicCounterMapQuery<V> |
|
| AtomixAtomicCounterMapCommands.Clear |
|
| AtomixAtomicCounterMapCommands.DecrementAndGet |
|
| AtomixAtomicCounterMapCommands.DeltaCommand |
|
| AtomixAtomicCounterMapCommands.Get |
|
| AtomixAtomicCounterMapCommands.GetAndAdd |
|
| AtomixAtomicCounterMapCommands.GetAndDecrement |
|
| AtomixAtomicCounterMapCommands.GetAndIncrement |
|
| AtomixAtomicCounterMapCommands.IncrementAndGet |
|
| AtomixAtomicCounterMapCommands.IsEmpty |
|
| AtomixAtomicCounterMapCommands.KeyCommand<V> |
|
| AtomixAtomicCounterMapCommands.KeyQuery<V> |
|
| AtomixAtomicCounterMapCommands.KeyValueCommand<V> |
|
| AtomixAtomicCounterMapCommands.Put |
|
| AtomixAtomicCounterMapCommands.PutIfAbsent |
|
| AtomixAtomicCounterMapCommands.Remove |
|
| AtomixAtomicCounterMapCommands.RemoveValue |
|
| AtomixAtomicCounterMapCommands.Replace |
|
| AtomixAtomicCounterMapCommands.Size |
|
| AtomixAtomicCounterMapCommands.TypeResolver |
Counter map command type resolver.
|
| AtomixAtomicCounterMapFactory |
Atomic counter map factory.
|
| AtomixAtomicCounterMapState |
Atomic counter map state for Atomix.
|
| AtomixConsistentMap |
|
| AtomixConsistentMapCommands |
|
| AtomixConsistentMapCommands.Clear |
Clear command.
|
| AtomixConsistentMapCommands.ContainsKey |
Contains key command.
|
| AtomixConsistentMapCommands.ContainsValue |
Contains value command.
|
| AtomixConsistentMapCommands.EntrySet |
EntrySet query.
|
| AtomixConsistentMapCommands.Get |
Get query.
|
| AtomixConsistentMapCommands.GetOrDefault |
Get or default query.
|
| AtomixConsistentMapCommands.IsEmpty |
Is empty query.
|
| AtomixConsistentMapCommands.KeyQuery<V> |
Abstract key-based query.
|
| AtomixConsistentMapCommands.KeySet |
KeySet query.
|
| AtomixConsistentMapCommands.Listen |
Change listen.
|
| AtomixConsistentMapCommands.MapCommand<V> |
Abstract map command.
|
| AtomixConsistentMapCommands.MapQuery<V> |
Abstract map query.
|
| AtomixConsistentMapCommands.Size |
Size query.
|
| AtomixConsistentMapCommands.TransactionBegin |
Transaction begin command.
|
| AtomixConsistentMapCommands.TransactionCommit |
Map transaction commit command.
|
| AtomixConsistentMapCommands.TransactionPrepare |
Map prepare command.
|
| AtomixConsistentMapCommands.TransactionPrepareAndCommit |
Map prepareAndCommit command.
|
| AtomixConsistentMapCommands.TransactionRollback |
Map transaction rollback command.
|
| AtomixConsistentMapCommands.TypeResolver |
Map command type resolver.
|
| AtomixConsistentMapCommands.Unlisten |
Change unlisten.
|
| AtomixConsistentMapCommands.UpdateAndGet |
Map update command.
|
| AtomixConsistentMapCommands.ValueQuery<V> |
Abstract value-based query.
|
| AtomixConsistentMapCommands.Values |
ValueSet query.
|
| AtomixConsistentMapFactory |
|
| AtomixConsistentMapState |
|
| AtomixConsistentMultimapCommands |
AsyncConsistentMultimap state machine commands.
|
| AtomixConsistentMultimapCommands.Clear |
Clear multimap command.
|
| AtomixConsistentMultimapCommands.ContainsEntry |
Contains entry query.
|
| AtomixConsistentMultimapCommands.ContainsKey |
Contains key query.
|
| AtomixConsistentMultimapCommands.ContainsValue |
Contains value query.
|
| AtomixConsistentMultimapCommands.Entries |
Entry set query.
|
| AtomixConsistentMultimapCommands.Get |
Get value query.
|
| AtomixConsistentMultimapCommands.IsEmpty |
Is empty query.
|
| AtomixConsistentMultimapCommands.KeyQuery<V> |
Abstract key-based multimap query.
|
| AtomixConsistentMultimapCommands.Keys |
Key multiset query.
|
| AtomixConsistentMultimapCommands.KeySet |
Key set query.
|
| AtomixConsistentMultimapCommands.MultimapCommand<V> |
Abstract multimap command.
|
| AtomixConsistentMultimapCommands.MultimapQuery<V> |
Abstract multimap query.
|
| AtomixConsistentMultimapCommands.MultiRemove |
Remove command, backs remove and removeAll's that return booleans.
|
| AtomixConsistentMultimapCommands.Put |
Command to back the put and putAll methods.
|
| AtomixConsistentMultimapCommands.RemoveAll |
Remove command, backs remove and removeAll's that return booleans.
|
| AtomixConsistentMultimapCommands.Replace |
Replace command, returns the collection that was replaced.
|
| AtomixConsistentMultimapCommands.Size |
Size query.
|
| AtomixConsistentMultimapCommands.TypeResolver |
Multimap command type resolver.
|
| AtomixConsistentMultimapCommands.ValueQuery<V> |
Abstract value-based query.
|
| AtomixConsistentMultimapCommands.Values |
Value collection query.
|
| AtomixConsistentSetMultimap |
|
| AtomixConsistentSetMultimapFactory |
|
| AtomixConsistentSetMultimapState |
|
| AtomixConsistentTreeMap |
|
| AtomixConsistentTreeMapCommands |
|
| AtomixConsistentTreeMapCommands.CeilingEntry<K,V> |
Returns the entry associated with the smallest key larger than or equal
to the specified key.
|
| AtomixConsistentTreeMapCommands.CeilingKey<K> |
Returns the smallest key larger than or equal to the specified key.
|
| AtomixConsistentTreeMapCommands.Clear |
Clear command.
|
| AtomixConsistentTreeMapCommands.ContainsKey |
Contains key command.
|
| AtomixConsistentTreeMapCommands.ContainsValue |
Contains value command.
|
| AtomixConsistentTreeMapCommands.EntrySet |
Entry set query.
|
| AtomixConsistentTreeMapCommands.FirstEntry<K,V> |
First entry query.
|
| AtomixConsistentTreeMapCommands.FirstKey<K> |
First key query.
|
| AtomixConsistentTreeMapCommands.FloorEntry<K,V> |
Query returns the entry associated with the largest key smaller than or
equal to the specified key.
|
| AtomixConsistentTreeMapCommands.FloorKey<K> |
Query returns the largest key smaller than or equal to the passed in
key.
|
| AtomixConsistentTreeMapCommands.Get |
Get query.
|
| AtomixConsistentTreeMapCommands.GetOrDefault |
Get or default query.
|
| AtomixConsistentTreeMapCommands.HigherEntry<K,V> |
Returns the entry associated with the smallest key larger than the
specified key.
|
| AtomixConsistentTreeMapCommands.HigherKey<K> |
Returns the smallest key larger than the specified key.
|
| AtomixConsistentTreeMapCommands.IsEmpty |
Is empty query.
|
| AtomixConsistentTreeMapCommands.KeyQuery<K> |
Abstract key-based query.
|
| AtomixConsistentTreeMapCommands.KeySet |
Key set query.
|
| AtomixConsistentTreeMapCommands.LastEntry<K,V> |
Last entry query.
|
| AtomixConsistentTreeMapCommands.LastKey<K> |
Last key query.
|
| AtomixConsistentTreeMapCommands.Listen |
Change listen.
|
| AtomixConsistentTreeMapCommands.LowerEntry<K,V> |
Query returns the entry associated with the largest key less than the
passed in key.
|
| AtomixConsistentTreeMapCommands.LowerKey<K> |
Query returns the largest key less than the specified key.
|
| AtomixConsistentTreeMapCommands.NavigableKeySet<K,V> |
|
| AtomixConsistentTreeMapCommands.PollFirstEntry<K,V> |
First entry query, if none exists returns null.
|
| AtomixConsistentTreeMapCommands.PollLastEntry<K,V> |
Last entry query, if none exists returns null.
|
| AtomixConsistentTreeMapCommands.Size |
Size query.
|
| AtomixConsistentTreeMapCommands.SubMap<K,V> |
|
| AtomixConsistentTreeMapCommands.TreeCommand<V> |
Abstract treeMap command.
|
| AtomixConsistentTreeMapCommands.TreeQuery<V> |
Abstract treeMap query.
|
| AtomixConsistentTreeMapCommands.TypeResolver |
Tree map command type resolver.
|
| AtomixConsistentTreeMapCommands.Unlisten |
Change unlisten.
|
| AtomixConsistentTreeMapCommands.UpdateAndGet |
AsyncConsistentTreeMap update command.
|
| AtomixConsistentTreeMapCommands.ValueQuery<V> |
Abstract value-based query.
|
| AtomixConsistentTreeMapCommands.Values |
Value set query.
|
| AtomixConsistentTreeMapFactory |
|
| AtomixConsistentTreeMapState |
|
| AtomixCounter |
AsyncAtomicCounter implementation backed by Atomix
DistributedLong.
|
| AtomixDocumentTree |
|
| AtomixDocumentTreeCommands |
|
| AtomixDocumentTreeCommands.Clear |
Clear command.
|
| AtomixDocumentTreeCommands.DocumentTreeCommand<V> |
Abstract DocumentTree command.
|
| AtomixDocumentTreeCommands.DocumentTreeOperation<V> |
Abstract DocumentTree operation.
|
| AtomixDocumentTreeCommands.DocumentTreeQuery<V> |
Abstract DocumentTree query.
|
| AtomixDocumentTreeCommands.Get |
DocumentTree#get query.
|
| AtomixDocumentTreeCommands.GetChildren |
DocumentTree#getChildren query.
|
| AtomixDocumentTreeCommands.Listen |
Change listen.
|
| AtomixDocumentTreeCommands.TypeResolver |
DocumentTree command type resolver.
|
| AtomixDocumentTreeCommands.Unlisten |
Change unlisten.
|
| AtomixDocumentTreeCommands.Update |
DocumentTree update command.
|
| AtomixDocumentTreeFactory |
|
| AtomixDocumentTreeState |
|
| AtomixLeaderElector |
|
| AtomixLeaderElectorCommands |
|
| AtomixLeaderElectorCommands.Anoint |
Command for administratively anoint a node as leader.
|
| AtomixLeaderElectorCommands.ElectionChangeCommand<V> |
Command for administratively changing the leadership state for a node.
|
| AtomixLeaderElectorCommands.ElectionCommand<V> |
Abstract election command.
|
| AtomixLeaderElectorCommands.ElectionQuery<V> |
Abstract election query.
|
| AtomixLeaderElectorCommands.Evict |
Command for administratively evicting a node from all leadership topics.
|
| AtomixLeaderElectorCommands.GetAllLeaderships |
GetAllLeaders query.
|
| AtomixLeaderElectorCommands.GetElectedTopics |
GetElectedTopics query.
|
| AtomixLeaderElectorCommands.GetLeadership |
GetLeader query.
|
| AtomixLeaderElectorCommands.Listen |
Listen command.
|
| AtomixLeaderElectorCommands.Promote |
Command for administratively promote a node as top candidate.
|
| AtomixLeaderElectorCommands.Run |
Enter and run for leadership.
|
| AtomixLeaderElectorCommands.TopicQuery<V> |
Abstract election topic query.
|
| AtomixLeaderElectorCommands.TypeResolver |
Map command type resolver.
|
| AtomixLeaderElectorCommands.Unlisten |
Unlisten command.
|
| AtomixLeaderElectorCommands.Withdraw |
Withdraw from a leadership contest.
|
| AtomixLeaderElectorFactory |
|
| AtomixLeaderElectorState |
|
| AtomixValue |
|
| AtomixWorkQueue |
Distributed resource providing the WorkQueue primitive.
|
| AtomixWorkQueueCommands |
|
| AtomixWorkQueueCommands.Add |
Command to add a collection of tasks to the queue.
|
| AtomixWorkQueueCommands.Clear |
|
| AtomixWorkQueueCommands.Complete |
|
| AtomixWorkQueueCommands.Register |
|
| AtomixWorkQueueCommands.Stats |
|
| AtomixWorkQueueCommands.Take |
Command to take a task from the queue.
|
| AtomixWorkQueueCommands.TypeResolver |
Work queue command type resolver.
|
| AtomixWorkQueueCommands.Unregister |
|
| AtomixWorkQueueFactory |
|
| AtomixWorkQueueState |
|
| DefaultConsistentDocumentTree<V> |
|
| DefaultDocumentTree<V> |
|
| DefaultDocumentTreeNode<V> |
A DocumentTree node.
|
| DocumentTreeUpdateResult<V> |
Result of a document tree node update operation.
|
| MapEntryUpdateResult<K,V> |
Result of a map entry update operation.
|