|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ResultType | |
|---|---|
| org.gcube.indexmanagement.bdbwrapper | |
| org.gcube.indexmanagement.common | |
| Uses of ResultType in org.gcube.indexmanagement.bdbwrapper |
|---|
| Methods in org.gcube.indexmanagement.bdbwrapper with parameters of type ResultType | |
|---|---|
String |
BDBWrapper.getAllDec(String keyName,
ResultType resType)
Gets all. |
String |
BDBWrapper.getAllInc(String keyName,
ResultType resType)
Gets all. |
String |
BDBWrapper.getEQ(String keyName,
Object key,
ResultType resType)
Gets the values where the key equals the input key. |
String |
BDBWrapper.getGE(String keyName,
Object keyGE,
ResultType resType)
Gets values >= keyGE. |
String |
BDBWrapper.getGEandLE(String keyName,
Object keyGE,
Object keyLE,
ResultType resType)
Gets keyGE <= values <= keyLE |
String |
BDBWrapper.getGEandLT(String keyName,
Object keyGE,
Object keyLT,
ResultType resType)
Gets keyGE <= values < keyLT |
String |
BDBWrapper.getGT(String keyName,
Object keyGT,
ResultType resType)
Gets keyGT < values |
String |
BDBWrapper.getGTandLE(String keyName,
Object keyGT,
Object keyLE,
ResultType resType)
Gets keyGT < values <= keyLE |
String |
BDBWrapper.getGTandLT(String keyName,
Object keyGT,
Object keyLT,
ResultType resType)
Gets keyGT < values < keyLT |
String |
BDBWrapper.getLE(String keyName,
Object keyLE,
ResultType resType)
Gets values <= keyLE |
String |
BDBWrapper.getLT(String keyName,
Object keyLT,
ResultType resType)
Gets values < keyLT |
| Uses of ResultType in org.gcube.indexmanagement.common |
|---|
| Methods in org.gcube.indexmanagement.common that return ResultType | |
|---|---|
static ResultType |
ResultType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ResultType[] |
ResultType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.gcube.indexmanagement.common with parameters of type ResultType | |
|---|---|
String |
ForwardIndex.getEQ(String keyName,
Object keyEQ,
ResultType resType)
Gets the key and value pairs where keys are equal the input key. |
String |
ForwardIndex.getGE(String keyName,
Object key,
ResultType resType)
Gets the key and value pairs where keys are GE the input key. |
String |
ForwardIndex.getGEandLE(String keyName,
Object keyGE,
Object keyLE,
ResultType resType)
Gets the key and value pairs where keys are GE the input key1 and LE the input key2. |
String |
ForwardIndex.getGEandLT(String keyName,
Object keyGE,
Object keyLT,
ResultType resType)
Gets the key and value pairs where keys are GE the input key1 and LT the input key2. |
String |
ForwardIndex.getGT(String keyName,
Object key,
ResultType resType)
Gets the key and value pairs where keys are GT the input key. |
String |
ForwardIndex.getGTandLE(String keyName,
Object keyGT,
Object keyLE,
ResultType resType)
Gets the key and value pairs where keys are GT the input key1 and LE the input key2. |
String |
ForwardIndex.getGTandLT(String keyName,
Object keyGT,
Object keyLT,
ResultType resType)
Gets the key and value pairs where keys are GT the input key1. |
String |
ForwardIndex.getLE(String keyName,
Object keyLE,
ResultType resType)
Gets the key and value pairs where keys are LE the input key. |
String |
ForwardIndex.getLT(String keyName,
Object keyLT,
ResultType resType)
Gets the key and value pairs where keys are LT the input key. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||