Package | Description |
---|---|
alluxio.client.keyvalue |
Class and Description |
---|
Index
Interface of key-value index.
|
KeyValueIterable
Interface to be implemented in classes that support iterating over key-value pairs.
|
KeyValueIterator
Iterator to iterate over key-value pairs in
KeyValueSystem or its partitions. |
KeyValuePair
A key-value pair.
|
KeyValuePartitionReader
Interface for a reader which accesses an Alluxio key-value partition.
|
KeyValuePartitionWriter
Interface for a writer which creates an Alluxio key-value partition.
|
KeyValueStoreReader
Interface for readers which accesses key-value stores in Alluxio.
|
KeyValueStoreWriter
Interface for writers which create new key-value stores in Alluxio.
|
KeyValueSystem
Client to access or create key-value stores in Alluxio.
|
LinearProbingIndex
Index structure using linear probing.
|
PayloadReader
Interface to access keys and values from the payload buffer.
|
PayloadWriter
Interface to write to the payload buffer.
|
Copyright © 2023. All Rights Reserved.