public final class AtomixConsistentTreeMapCommands extends Object
AsyncConsistentTreeMap Resource
state machine operations.| Modifier and Type | Class and Description |
|---|---|
static class |
AtomixConsistentTreeMapCommands.CeilingEntry<K,V>
Returns the entry associated with the smallest key larger than or equal
to the specified key.
|
static class |
AtomixConsistentTreeMapCommands.CeilingKey<K>
Returns the smallest key larger than or equal to the specified key.
|
static class |
AtomixConsistentTreeMapCommands.Clear
Clear command.
|
static class |
AtomixConsistentTreeMapCommands.ContainsKey
Contains key command.
|
static class |
AtomixConsistentTreeMapCommands.ContainsValue
Contains value command.
|
static class |
AtomixConsistentTreeMapCommands.EntrySet
Entry set query.
|
static class |
AtomixConsistentTreeMapCommands.FirstEntry<K,V>
First entry query.
|
static class |
AtomixConsistentTreeMapCommands.FirstKey<K>
First key query.
|
static class |
AtomixConsistentTreeMapCommands.FloorEntry<K,V>
Query returns the entry associated with the largest key smaller than or
equal to the specified key.
|
static class |
AtomixConsistentTreeMapCommands.FloorKey<K>
Query returns the largest key smaller than or equal to the passed in
key.
|
static class |
AtomixConsistentTreeMapCommands.Get
Get query.
|
static class |
AtomixConsistentTreeMapCommands.GetOrDefault
Get or default query.
|
static class |
AtomixConsistentTreeMapCommands.HigherEntry<K,V>
Returns the entry associated with the smallest key larger than the
specified key.
|
static class |
AtomixConsistentTreeMapCommands.HigherKey<K>
Returns the smallest key larger than the specified key.
|
static class |
AtomixConsistentTreeMapCommands.IsEmpty
Is empty query.
|
static class |
AtomixConsistentTreeMapCommands.KeyQuery<K>
Abstract key-based query.
|
static class |
AtomixConsistentTreeMapCommands.KeySet
Key set query.
|
static class |
AtomixConsistentTreeMapCommands.LastEntry<K,V>
Last entry query.
|
static class |
AtomixConsistentTreeMapCommands.LastKey<K>
Last key query.
|
static class |
AtomixConsistentTreeMapCommands.Listen
Change listen.
|
static class |
AtomixConsistentTreeMapCommands.LowerEntry<K,V>
Query returns the entry associated with the largest key less than the
passed in key.
|
static class |
AtomixConsistentTreeMapCommands.LowerKey<K>
Query returns the largest key less than the specified key.
|
static class |
AtomixConsistentTreeMapCommands.NavigableKeySet<K,V> |
static class |
AtomixConsistentTreeMapCommands.PollFirstEntry<K,V>
First entry query, if none exists returns null.
|
static class |
AtomixConsistentTreeMapCommands.PollLastEntry<K,V>
Last entry query, if none exists returns null.
|
static class |
AtomixConsistentTreeMapCommands.Size
Size query.
|
static class |
AtomixConsistentTreeMapCommands.SubMap<K,V> |
static class |
AtomixConsistentTreeMapCommands.TreeCommand<V>
Abstract treeMap command.
|
static class |
AtomixConsistentTreeMapCommands.TreeQuery<V>
Abstract treeMap query.
|
static class |
AtomixConsistentTreeMapCommands.TypeResolver
Tree map command type resolver.
|
static class |
AtomixConsistentTreeMapCommands.Unlisten
Change unlisten.
|
static class |
AtomixConsistentTreeMapCommands.UpdateAndGet
AsyncConsistentTreeMap update command.
|
static class |
AtomixConsistentTreeMapCommands.ValueQuery<V>
Abstract value-based query.
|
static class |
AtomixConsistentTreeMapCommands.Values
Value set query.
|