Interface | 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. |
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.
|
PayloadReader |
Interface to access keys and values from the payload buffer.
|
PayloadWriter |
Interface to write to the payload buffer.
|
Class | Description |
---|---|
BaseKeyValueSystem |
Default implementation of the
KeyValueSystem interface. |
ByteBufferKeyValuePartitionReader |
Reader that implements
KeyValuePartitionReader to access a key-value file using random
access API. |
KeyValueMasterClient |
A wrapper for the thrift client to interact with the key-value master, used by Alluxio clients.
|
KeyValuePair |
A key-value pair.
|
KeyValuePartitionReader.Factory |
Factory for
KeyValuePartitionReader . |
KeyValuePartitionWriter.Factory |
Factory for
KeyValuePartitionWriter . |
KeyValueStoreIterator |
KeyValueIterator to iterate over key-value pairs in KeyValueSystem . |
KeyValueSystem.Factory |
Factory for the
KeyValueSystem . |
KeyValueWorkerClient |
Client for talking to a key-value worker server.
|
LinearProbingIndex |
Index structure using linear probing.
|
Copyright © 2023. All Rights Reserved.