Package | Description |
---|---|
com.sm.store |
Modifier and Type | Method and Description |
---|---|
OpType |
StoreParas.getOpType() |
OpType |
StoreParaList.getOpType() |
OpType |
ScanParaList.getOpType() |
OpType |
KeyValueParas.getOpType() |
OpType |
KeyParas.getOpType() |
static OpType |
OpType.getOpType(byte value) |
static OpType |
OpType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OpType[] |
OpType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
StoreParas.setOpType(OpType opType) |
Constructor and Description |
---|
KeyParas(OpType opType,
List<voldemort.store.cachestore.Key> list) |
KeyParas(OpType opType,
List<voldemort.store.cachestore.Key> list,
String queryStr) |
KeyValueParas(OpType opType,
List<voldemort.store.cachestore.voldeimpl.KeyValue> list) |
KeyValueParas(OpType opType,
List<voldemort.store.cachestore.voldeimpl.KeyValue> list,
String queryStr) |
ScanParaList(OpType opType,
List<voldemort.store.cachestore.Key> list) |
ScanParaList(OpType opType,
List<voldemort.store.cachestore.Key> list,
String queryStr) |
StoreParaList(OpType opType,
List<StoreParas> list) |
StoreParas(OpType opType,
voldemort.store.cachestore.Key key) |
StoreParas(OpType opType,
voldemort.store.cachestore.Key key,
voldemort.store.cachestore.Value value) |
Copyright © 2016. All rights reserved.