JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
B
C
D
E
G
I
K
L
N
O
P
R
S
V
A
addOp(Operation)
- Method in class com.mapr.kvstore.
KvStoreWriter
apply()
- Method in class com.mapr.kvstore.
InMemoryKvDatabaseOp
apply()
- Method in interface com.mapr.kvstore.
KvDatabaseOp
apply()
- Method in class com.mapr.kvstore.
Operation
apply(List<Fileserver.KvStoreMultiopResponse>)
- Method in class com.mapr.kvstore.
Operation
B
binding
- Variable in class com.mapr.kvstore.
KvStoreClient
bulkCreateContainer(int[], int, List<List<Common.Server>>, boolean, boolean, Common.ContainerReplType, Common.FSVolumeProperties, long[])
- Method in class com.mapr.kvstore.
Operation
C
close()
- Method in class com.mapr.kvstore.
InMemoryKvTable
close()
- Method in class com.mapr.kvstore.
InMemoryKvTable.InMemoryKvTableScanner
close()
- Method in class com.mapr.kvstore.
KvStore
close()
- Method in class com.mapr.kvstore.
KvStoreClient
close()
- Method in interface com.mapr.kvstore.
KvTable
close()
- Method in interface com.mapr.kvstore.
KvTableScanner
close()
- Method in class com.mapr.kvstore.
Scanner
com.mapr.kvstore
- package com.mapr.kvstore
create()
- Method in class com.mapr.kvstore.
InMemoryKvDatabase
create()
- Method in interface com.mapr.kvstore.
KvDatabaseFactory
create(String, String, String, int, int)
- Method in class com.mapr.kvstore.
KvStoreAdmin
create(String, int, int)
- Method in class com.mapr.kvstore.
KvStoreClient
createAndOpenTable(String, KvTable<T>, int, boolean)
- Method in class com.mapr.kvstore.
InMemoryKvDatabase
createAndOpenTable(String, KvTable<T>, int, boolean)
- Method in interface com.mapr.kvstore.
KvDatabaseFactory
createAndOpenTableBasedOnRole(String, KvTable<T>, int, boolean)
- Method in class com.mapr.kvstore.
InMemoryKvDatabase
createAndOpenTableBasedOnRole(String, KvTable<T>, int, boolean)
- Method in interface com.mapr.kvstore.
KvDatabaseFactory
createContainer(int, int, List<Common.Server>, boolean, boolean, boolean, Common.ContainerReplType, Common.SetattrMsg, Common.FSVolumeProperties, long)
- Method in class com.mapr.kvstore.
Operation
The following function is called to create on new container.
createSnapshotContainer(int, int, int, int, Common.Server)
- Method in class com.mapr.kvstore.
Operation
createSnapshotRootContainer(int, int, int, int, Common.Server, String)
- Method in class com.mapr.kvstore.
Operation
createStaleContainer(int, int, List<Common.Server>, boolean, boolean, Common.ContainerReplType, Common.FSVolumeProperties, long)
- Method in class com.mapr.kvstore.
Operation
The following function is called to create additional copies of an existing container.
D
delete(KvTable<Integer>, Integer)
- Method in class com.mapr.kvstore.
InMemoryKvDatabaseOp
delete(KvTable<Long>, Long)
- Method in class com.mapr.kvstore.
InMemoryKvDatabaseOp
delete(KvTable<String>, String)
- Method in class com.mapr.kvstore.
InMemoryKvDatabaseOp
delete(KvTable<?>, Fileserver.KvStoreKey)
- Method in class com.mapr.kvstore.
InMemoryKvDatabaseOp
delete(T)
- Method in class com.mapr.kvstore.
InMemoryKvTable
delete(KvTable<Integer>, Integer)
- Method in interface com.mapr.kvstore.
KvDatabaseOp
delete(KvTable<Long>, Long)
- Method in interface com.mapr.kvstore.
KvDatabaseOp
delete(KvTable<String>, String)
- Method in interface com.mapr.kvstore.
KvDatabaseOp
delete(KvTable<?>, Fileserver.KvStoreKey)
- Method in interface com.mapr.kvstore.
KvDatabaseOp
delete(KvTable<Integer>, Integer)
- Method in class com.mapr.kvstore.
Operation
delete(KvTable<Long>, Long)
- Method in class com.mapr.kvstore.
Operation
delete(KvTable<String>, String)
- Method in class com.mapr.kvstore.
Operation
delete(KvTable<?>, Fileserver.KvStoreKey)
- Method in class com.mapr.kvstore.
Operation
deleteSnapshotVolume(int, int, int, int, Common.Server, String)
- Method in class com.mapr.kvstore.
Operation
E
EDQUOT
- Static variable in interface com.mapr.kvstore.
KvStoreError
EINVAL
- Static variable in interface com.mapr.kvstore.
KvStoreError
ENODATA
- Static variable in interface com.mapr.kvstore.
KvStoreError
ENODEV
- Static variable in interface com.mapr.kvstore.
KvStoreError
ENOENT
- Static variable in interface com.mapr.kvstore.
KvStoreError
ENOSPC
- Static variable in interface com.mapr.kvstore.
KvStoreError
ESTALE
- Static variable in interface com.mapr.kvstore.
KvStoreError
exists(T)
- Method in class com.mapr.kvstore.
InMemoryKvTable
exists(T)
- Method in class com.mapr.kvstore.
KvStore
exists(T)
- Method in interface com.mapr.kvstore.
KvTable
Cognate of
KvTable.lookup(Object, boolean)
, this function checks for the presence of an entry with a specific key.
G
getBinding()
- Method in class com.mapr.kvstore.
KvStoreClient
getBinding(KvStoreClient.BindingType)
- Method in class com.mapr.kvstore.
KvStoreClient
getFid()
- Method in class com.mapr.kvstore.
KvStore
getKey(byte[], int)
- Static method in class com.mapr.kvstore.
Operation
getKeyCnt()
- Method in class com.mapr.kvstore.
InMemoryKvTable
getKeyCnt()
- Method in class com.mapr.kvstore.
KvStore
getKeyCnt()
- Method in interface com.mapr.kvstore.
KvTable
getKeyFromKvStoreKey(Fileserver.KvStoreKey)
- Method in class com.mapr.kvstore.
InMemoryKvTable
getKeyFromKvStoreKey(Fileserver.KvStoreKey)
- Method in class com.mapr.kvstore.
KvStore
getKeyFromKvStoreKey(Fileserver.KvStoreKey)
- Method in interface com.mapr.kvstore.
KvTable
getLeftNearValue(T)
- Method in class com.mapr.kvstore.
InMemoryKvTable
getLeftNearValue(T)
- Method in class com.mapr.kvstore.
KvStore
Get the value corresponding to the key that is either less or equal to the key specified as the argument.
getLeftNearValue(T)
- Method in interface com.mapr.kvstore.
KvTable
getMaxKey()
- Method in class com.mapr.kvstore.
InMemoryKvTable
getMaxKey()
- Method in class com.mapr.kvstore.
KvStore
getMaxKey()
- Method in interface com.mapr.kvstore.
KvTable
getMinKey()
- Method in class com.mapr.kvstore.
InMemoryKvTable
getMinKey()
- Method in class com.mapr.kvstore.
KvStore
getMinKey()
- Method in interface com.mapr.kvstore.
KvTable
getNBlocks()
- Method in class com.mapr.kvstore.
KvStore
getOperator()
- Method in class com.mapr.kvstore.
InMemoryKvDatabase
getOperator()
- Method in interface com.mapr.kvstore.
KvDatabaseFactory
getRightNearValue(T)
- Method in class com.mapr.kvstore.
InMemoryKvTable
getRightNearValue(T)
- Method in class com.mapr.kvstore.
KvStore
Get the value corresponding to the key that is greater than the key specified as the argument.
getRightNearValue(T)
- Method in interface com.mapr.kvstore.
KvTable
getScanner(T, T, boolean)
- Method in class com.mapr.kvstore.
InMemoryKvTable
getScanner(T, boolean)
- Method in class com.mapr.kvstore.
InMemoryKvTable
getScanner(boolean)
- Method in class com.mapr.kvstore.
InMemoryKvTable
getScanner(Fileserver.KvStoreKey, Fileserver.KvStoreKey, boolean)
- Method in class com.mapr.kvstore.
KvStore
getScanner(T, T, boolean)
- Method in class com.mapr.kvstore.
KvStore
getScanner(T, boolean)
- Method in class com.mapr.kvstore.
KvStore
getScanner(boolean)
- Method in class com.mapr.kvstore.
KvStore
getScanner(T, T, boolean)
- Method in interface com.mapr.kvstore.
KvTable
getScanner(T, boolean)
- Method in interface com.mapr.kvstore.
KvTable
getScanner(boolean)
- Method in interface com.mapr.kvstore.
KvTable
getTableName()
- Method in class com.mapr.kvstore.
KvStore
gettype(KvStoreClient, String)
- Static method in class com.mapr.kvstore.
KvStore
gettype(Common.FidMsg)
- Method in class com.mapr.kvstore.
KvStoreClient
I
InMemoryKvDatabase
- Class in
com.mapr.kvstore
InMemoryKvDatabase()
- Constructor for class com.mapr.kvstore.
InMemoryKvDatabase
InMemoryKvDatabaseOp
- Class in
com.mapr.kvstore
InMemoryKvDatabaseOp()
- Constructor for class com.mapr.kvstore.
InMemoryKvDatabaseOp
InMemoryKvTable
<
T
> - Class in
com.mapr.kvstore
InMemoryKvTable()
- Constructor for class com.mapr.kvstore.
InMemoryKvTable
InMemoryKvTable.InMemoryKvTableScanner
- Class in
com.mapr.kvstore
InMemoryKvTableScanner(T, T, boolean)
- Constructor for class com.mapr.kvstore.
InMemoryKvTable.InMemoryKvTableScanner
InMemoryKvTableScanner(T, boolean)
- Constructor for class com.mapr.kvstore.
InMemoryKvTable.InMemoryKvTableScanner
InMemoryKvTableScanner(boolean)
- Constructor for class com.mapr.kvstore.
InMemoryKvTable.InMemoryKvTableScanner
insert(KvTable<Integer>, Integer, MessageLite, boolean)
- Method in class com.mapr.kvstore.
InMemoryKvDatabaseOp
insert(KvTable<Long>, Long, MessageLite, boolean)
- Method in class com.mapr.kvstore.
InMemoryKvDatabaseOp
insert(KvTable<String>, String, MessageLite)
- Method in class com.mapr.kvstore.
InMemoryKvDatabaseOp
insert(KvTable<String>, String, String)
- Method in class com.mapr.kvstore.
InMemoryKvDatabaseOp
insert(KvTable<?>, Fileserver.KvStoreKey, ByteString)
- Method in class com.mapr.kvstore.
InMemoryKvDatabaseOp
insert(T, ByteString)
- Method in class com.mapr.kvstore.
InMemoryKvTable
insert(KvTable<Integer>, Integer, MessageLite, boolean)
- Method in interface com.mapr.kvstore.
KvDatabaseOp
insert(KvTable<Long>, Long, MessageLite, boolean)
- Method in interface com.mapr.kvstore.
KvDatabaseOp
insert(KvTable<String>, String, MessageLite)
- Method in interface com.mapr.kvstore.
KvDatabaseOp
insert(KvTable<String>, String, String)
- Method in interface com.mapr.kvstore.
KvDatabaseOp
insert(KvTable<?>, Fileserver.KvStoreKey, ByteString)
- Method in interface com.mapr.kvstore.
KvDatabaseOp
insert(KvTable<Integer>, Integer, MessageLite, boolean)
- Method in class com.mapr.kvstore.
Operation
insert(KvStore<Integer>, Integer, MessageLite)
- Method in class com.mapr.kvstore.
Operation
insert(KvTable<Long>, Long, MessageLite, boolean)
- Method in class com.mapr.kvstore.
Operation
insert(KvTable<String>, String, MessageLite)
- Method in class com.mapr.kvstore.
Operation
insert(KvTable<String>, String, String)
- Method in class com.mapr.kvstore.
Operation
insert(KvTable<?>, Fileserver.KvStoreKey, ByteString)
- Method in class com.mapr.kvstore.
Operation
K
KvDatabaseFactory
- Interface in
com.mapr.kvstore
KvDatabaseOp
- Interface in
com.mapr.kvstore
KvStore
<
T
> - Class in
com.mapr.kvstore
MapR Filesystem based implementation of Key-Value table interface.
KvStore(KvStoreClient)
- Constructor for class com.mapr.kvstore.
KvStore
Deprecated.
KvStore(KvStoreClient, Security.CredentialsMsg)
- Constructor for class com.mapr.kvstore.
KvStore
KvStoreAdmin
- Class in
com.mapr.kvstore
KvStoreAdmin(KvStoreClient)
- Constructor for class com.mapr.kvstore.
KvStoreAdmin
KvStoreClient
- Class in
com.mapr.kvstore
KvStoreClient(String, String, String, int)
- Constructor for class com.mapr.kvstore.
KvStoreClient
Deprecated.
KvStoreClient(String, int, String, int, boolean, Security.CredentialsMsg)
- Constructor for class com.mapr.kvstore.
KvStoreClient
KvStoreClient(String, int, String, int, boolean, Security.CredentialsMsg, int)
- Constructor for class com.mapr.kvstore.
KvStoreClient
KvStoreClient(String, int, String, List<Integer>, boolean, Security.CredentialsMsg, int)
- Constructor for class com.mapr.kvstore.
KvStoreClient
KvStoreClient.BindingType
- Enum in
com.mapr.kvstore
KvStoreError
- Interface in
com.mapr.kvstore
KvStoreException
- Exception in
com.mapr.kvstore
KvStoreException(String)
- Constructor for exception com.mapr.kvstore.
KvStoreException
KvStoreException(String, Throwable)
- Constructor for exception com.mapr.kvstore.
KvStoreException
KvStoreStaleException
- Exception in
com.mapr.kvstore
KvStoreStaleException(String)
- Constructor for exception com.mapr.kvstore.
KvStoreStaleException
KvStoreStaleException(String, Throwable)
- Constructor for exception com.mapr.kvstore.
KvStoreStaleException
KvStoreWriter
- Class in
com.mapr.kvstore
KvStoreWriter()
- Constructor for class com.mapr.kvstore.
KvStoreWriter
KvTable
<
T
> - Interface in
com.mapr.kvstore
KvTableScanner
- Interface in
com.mapr.kvstore
L
LOG
- Static variable in class com.mapr.kvstore.
KvStoreClient
LOG
- Static variable in class com.mapr.kvstore.
KvStoreWriter
LOG
- Static variable in class com.mapr.kvstore.
Operation
LOG
- Static variable in class com.mapr.kvstore.
Scanner
lookup(T, boolean)
- Method in class com.mapr.kvstore.
InMemoryKvTable
lookup(T)
- Method in class com.mapr.kvstore.
KvStore
lookup(T, boolean)
- Method in class com.mapr.kvstore.
KvStore
lookup(String)
- Method in class com.mapr.kvstore.
KvStoreClient
lookup(T, boolean)
- Method in interface com.mapr.kvstore.
KvTable
lookupNear(T)
- Method in class com.mapr.kvstore.
InMemoryKvTable
lookupNear(T)
- Method in class com.mapr.kvstore.
KvStore
Fetch values of keys that are adjacent to a specific key.
lookupNear(T)
- Method in interface com.mapr.kvstore.
KvTable
N
next()
- Method in class com.mapr.kvstore.
InMemoryKvTable.InMemoryKvTableScanner
next()
- Method in interface com.mapr.kvstore.
KvTableScanner
next()
- Method in class com.mapr.kvstore.
Scanner
O
open(String)
- Method in class com.mapr.kvstore.
InMemoryKvTable
open(String)
- Method in class com.mapr.kvstore.
KvStore
open(String)
- Method in interface com.mapr.kvstore.
KvTable
Initializes in-memory state of the table, such as setting key type (where necessary).
Operation
- Class in
com.mapr.kvstore
Operation(KvStoreClient)
- Constructor for class com.mapr.kvstore.
Operation
Deprecated.
Operation(KvStoreClient, Security.CredentialsMsg)
- Constructor for class com.mapr.kvstore.
Operation
P
parseKvStoreKey(String)
- Method in class com.mapr.kvstore.
KvStore
printKey(Fileserver.KvStoreKey)
- Method in class com.mapr.kvstore.
KvStore
probe()
- Method in class com.mapr.kvstore.
KvStoreClient
Probe KvStore to check state of rootCid
R
remove(String)
- Method in class com.mapr.kvstore.
KvStoreAdmin
remove(String)
- Method in class com.mapr.kvstore.
KvStoreClient
removeContainer(int, int)
- Method in class com.mapr.kvstore.
Operation
rename(String, String)
- Method in class com.mapr.kvstore.
KvStoreAdmin
rename(String, String)
- Method in class com.mapr.kvstore.
KvStoreClient
S
Scanner
- Class in
com.mapr.kvstore
Scanner(KvStoreClient, Common.FidMsg, int, int, boolean, Security.CredentialsMsg)
- Constructor for class com.mapr.kvstore.
Scanner
Scanner(KvStoreClient, Common.FidMsg, long, long, boolean, Security.CredentialsMsg)
- Constructor for class com.mapr.kvstore.
Scanner
Scanner(KvStoreClient, Common.FidMsg, ByteString, ByteString, boolean, Security.CredentialsMsg)
- Constructor for class com.mapr.kvstore.
Scanner
setNoDelete(int, boolean)
- Method in class com.mapr.kvstore.
KvStoreClient
Use this to tell MapRClient to avoid invalidating container from its cid cache
setSkipLogFlush(boolean)
- Method in class com.mapr.kvstore.
InMemoryKvDatabaseOp
setSkipLogFlush(boolean)
- Method in interface com.mapr.kvstore.
KvDatabaseOp
setSkipLogFlush(boolean)
- Method in class com.mapr.kvstore.
Operation
setThreadName(Fileserver.FSProg, Common.FidMsg)
- Static method in class com.mapr.kvstore.
KvStore
setType(int)
- Method in class com.mapr.kvstore.
InMemoryKvTable
setType(int)
- Method in class com.mapr.kvstore.
KvStore
setType(int)
- Method in interface com.mapr.kvstore.
KvTable
V
valueOf(String)
- Static method in enum com.mapr.kvstore.
KvStoreClient.BindingType
Returns the enum constant of this type with the specified name.
values()
- Static method in enum com.mapr.kvstore.
KvStoreClient.BindingType
Returns an array containing the constants of this enum type, in the order they are declared.
A
B
C
D
E
G
I
K
L
N
O
P
R
S
V
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes