|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Tuple | |
---|---|
net.obsearch.storage | |
net.obsearch.storage.bdb | |
net.obsearch.storage.tc |
Uses of Tuple in net.obsearch.storage |
---|
Classes in net.obsearch.storage with type parameters of type Tuple | |
---|---|
interface |
OBStore<T extends Tuple>
OBStore abstracts a generic storage system. |
Subclasses of Tuple in net.obsearch.storage | |
---|---|
class |
TupleByte
A tuple returned by a range operation of an OBStore implementation. |
class |
TupleBytes
TupleBytes holds a key in bytes and a value in bytes. |
class |
TupleDouble
A tuple returned by a range operation of an OBStore implementation. |
class |
TupleFloat
A tuple returned by a range operation of an OBStore implementation. |
class |
TupleInt
A tuple returned by a range operation of an OBStore implementation. |
class |
TupleLong
A tuple returned by a range operation of an OBStore implementation. |
class |
TupleShort
A tuple returned by a range operation of an OBStore implementation. |
Uses of Tuple in net.obsearch.storage.bdb |
---|
Classes in net.obsearch.storage.bdb with type parameters of type Tuple | |
---|---|
class |
AbstractBDBOBStoreJe<T extends Tuple>
BDBOBStore is a storage abstraction for Berkeley DB. |
Uses of Tuple in net.obsearch.storage.tc |
---|
Classes in net.obsearch.storage.tc with type parameters of type Tuple | |
---|---|
class |
AbstractTCOBStorage<T extends Tuple>
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |