| Package | Description |
|---|---|
| org.gcube.indexmanagement.bdbwrapper | |
| org.gcube.indexmanagement.common |
| Modifier and Type | Method and Description |
|---|---|
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
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2014. All Rights Reserved.