Skip navigation links
A C D G I K M P R S 

A

alluxio.master.keyvalue - package alluxio.master.keyvalue
 
alluxio.worker.keyvalue - package alluxio.worker.keyvalue
 

C

completePartition(AlluxioURI, PartitionInfo) - Method in class alluxio.master.keyvalue.DefaultKeyValueMaster
 
completePartition(AlluxioURI, PartitionInfo) - Method in interface alluxio.master.keyvalue.KeyValueMaster
Marks a partition complete and adds it to an incomplete key-value store.
completePartition(String, PartitionInfo, CompletePartitionTOptions) - Method in class alluxio.master.keyvalue.KeyValueMasterClientServiceHandler
 
completeStore(AlluxioURI) - Method in class alluxio.master.keyvalue.DefaultKeyValueMaster
 
completeStore(AlluxioURI) - Method in interface alluxio.master.keyvalue.KeyValueMaster
Marks a key-value store complete.
completeStore(String, CompleteStoreTOptions) - Method in class alluxio.master.keyvalue.KeyValueMasterClientServiceHandler
 
create(MasterRegistry, JournalSystem) - Method in class alluxio.master.keyvalue.KeyValueMasterFactory
 
create(WorkerRegistry, UfsManager) - Method in class alluxio.worker.keyvalue.KeyValueWorkerFactory
 
createStore(AlluxioURI) - Method in class alluxio.master.keyvalue.DefaultKeyValueMaster
 
createStore(AlluxioURI) - Method in interface alluxio.master.keyvalue.KeyValueMaster
Creates a new key-value store.
createStore(String, CreateStoreTOptions) - Method in class alluxio.master.keyvalue.KeyValueMasterClientServiceHandler
 

D

DefaultKeyValueMaster - Class in alluxio.master.keyvalue
This master stores key-value store information in Alluxio, including the partitions of each key-value store.
deleteStore(AlluxioURI) - Method in class alluxio.master.keyvalue.DefaultKeyValueMaster
 
deleteStore(AlluxioURI) - Method in interface alluxio.master.keyvalue.KeyValueMaster
Deletes a completed key-value store.
deleteStore(String, DeleteStoreTOptions) - Method in class alluxio.master.keyvalue.KeyValueMasterClientServiceHandler
 

G

get(long, ByteBuffer, GetTOptions) - Method in class alluxio.worker.keyvalue.KeyValueWorkerClientServiceHandler
 
getDependencies() - Method in class alluxio.master.keyvalue.DefaultKeyValueMaster
 
getDependencies() - Method in class alluxio.worker.keyvalue.KeyValueWorker
 
getJournalEntryIterator() - Method in class alluxio.master.keyvalue.DefaultKeyValueMaster
 
getName() - Method in class alluxio.master.keyvalue.DefaultKeyValueMaster
 
getName() - Method in class alluxio.master.keyvalue.KeyValueMasterFactory
 
getName() - Method in class alluxio.worker.keyvalue.KeyValueWorker
 
getNextKeys(long, ByteBuffer, int, GetNextKeysTOptions) - Method in class alluxio.worker.keyvalue.KeyValueWorkerClientServiceHandler
 
getPartitionInfo(AlluxioURI) - Method in class alluxio.master.keyvalue.DefaultKeyValueMaster
 
getPartitionInfo(AlluxioURI) - Method in interface alluxio.master.keyvalue.KeyValueMaster
Gets a list of partitions of a given key-value store.
getPartitionInfo(String, GetPartitionInfoTOptions) - Method in class alluxio.master.keyvalue.KeyValueMasterClientServiceHandler
 
getServices() - Method in class alluxio.master.keyvalue.DefaultKeyValueMaster
 
getServices() - Method in class alluxio.worker.keyvalue.KeyValueWorker
 
getServiceVersion(GetServiceVersionTOptions) - Method in class alluxio.master.keyvalue.KeyValueMasterClientServiceHandler
 
getServiceVersion(GetServiceVersionTOptions) - Method in class alluxio.worker.keyvalue.KeyValueWorkerClientServiceHandler
 
getSize(long, GetSizeTOptions) - Method in class alluxio.worker.keyvalue.KeyValueWorkerClientServiceHandler
 

I

isEnabled() - Method in class alluxio.master.keyvalue.KeyValueMasterFactory
 
isEnabled() - Method in class alluxio.worker.keyvalue.KeyValueWorkerFactory
 

K

KeyValueMaster - Interface in alluxio.master.keyvalue
Interface of key-value master that stores key-value store information in Alluxio, including the partitions of each key-value store.
KeyValueMasterClientServiceHandler - Class in alluxio.master.keyvalue
This class is a Thrift handler for key-value master RPCs invoked by an Alluxio client.
KeyValueMasterFactory - Class in alluxio.master.keyvalue
Factory to create a KeyValueMaster instance.
KeyValueMasterFactory() - Constructor for class alluxio.master.keyvalue.KeyValueMasterFactory
Constructs a new KeyValueMasterFactory.
KeyValueWorker - Class in alluxio.worker.keyvalue
A worker serving key-value queries.
KeyValueWorkerClientServiceHandler - Class in alluxio.worker.keyvalue
RPC service handler on worker side to read a local key-value block.
KeyValueWorkerFactory - Class in alluxio.worker.keyvalue
Factory to create a KeyValueWorker instance.
KeyValueWorkerFactory() - Constructor for class alluxio.worker.keyvalue.KeyValueWorkerFactory
Constructs a new KeyValueWorkerFactory.

M

mergeStore(AlluxioURI, AlluxioURI) - Method in class alluxio.master.keyvalue.DefaultKeyValueMaster
 
mergeStore(AlluxioURI, AlluxioURI) - Method in interface alluxio.master.keyvalue.KeyValueMaster
Merges one completed key-value store to another completed key-value store.
mergeStore(String, String, MergeStoreTOptions) - Method in class alluxio.master.keyvalue.KeyValueMasterClientServiceHandler
 

P

processJournalEntry(Journal.JournalEntry) - Method in class alluxio.master.keyvalue.DefaultKeyValueMaster
 

R

renameStore(AlluxioURI, AlluxioURI) - Method in class alluxio.master.keyvalue.DefaultKeyValueMaster
 
renameStore(AlluxioURI, AlluxioURI) - Method in interface alluxio.master.keyvalue.KeyValueMaster
Renames one completed key-value store.
renameStore(String, String, RenameStoreTOptions) - Method in class alluxio.master.keyvalue.KeyValueMasterClientServiceHandler
 
resetState() - Method in class alluxio.master.keyvalue.DefaultKeyValueMaster
 

S

start(Boolean) - Method in class alluxio.master.keyvalue.DefaultKeyValueMaster
 
start(WorkerNetAddress) - Method in class alluxio.worker.keyvalue.KeyValueWorker
 
stop() - Method in class alluxio.worker.keyvalue.KeyValueWorker
 
A C D G I K M P R S 
Skip navigation links

Copyright © 2017. All Rights Reserved.