|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OBStoreLong | |
---|---|
net.obsearch.index | |
net.obsearch.index.sorter | |
net.obsearch.storage | |
net.obsearch.storage.bdb | |
net.obsearch.storage.tc |
Uses of OBStoreLong in net.obsearch.index |
---|
Fields in net.obsearch.index declared as OBStoreLong | |
---|---|
protected OBStoreLong |
AbstractOBIndex.A
Objects are stored by their id's here. |
Uses of OBStoreLong in net.obsearch.index.sorter |
---|
Fields in net.obsearch.index.sorter declared as OBStoreLong | |
---|---|
protected OBStoreLong |
AbstractBucketSorter.projectionStorage
We keep the projection list |
Uses of OBStoreLong in net.obsearch.storage |
---|
Methods in net.obsearch.storage that return OBStoreLong | |
---|---|
OBStoreLong |
OBStoreFactory.createOBStoreLong(String name,
OBStorageConfig config)
Creates an OBStoreLong whose key is based on longs. |
Methods in net.obsearch.storage with parameters of type OBStoreLong | |
---|---|
static void |
StorageValidationLong.validate(OBStoreLong storage)
Validates a Storage for shorts. |
static void |
StorageValidationLong.validateDuplicates(OBStoreLong storage)
Validates a Storage for shorts. |
Uses of OBStoreLong in net.obsearch.storage.bdb |
---|
Classes in net.obsearch.storage.bdb that implement OBStoreLong | |
---|---|
class |
BDBOBStoreJeLong
BDBOBStoreLong is a wrapper for Berkeley indexes that assumes that keys are longs and values are byte[]. |
Methods in net.obsearch.storage.bdb that return OBStoreLong | |
---|---|
OBStoreLong |
BDBFactoryJe.createOBStoreLong(String name,
OBStorageConfig config)
|
Uses of OBStoreLong in net.obsearch.storage.tc |
---|
Classes in net.obsearch.storage.tc that implement OBStoreLong | |
---|---|
class |
TCOBStorageLong
BDBOBStoreLong is a wrapper for Berkeley indexes that assumes that keys are longs and values are byte[]. |
Methods in net.obsearch.storage.tc that return OBStoreLong | |
---|---|
OBStoreLong |
TCFactory.createOBStoreLong(String name,
OBStorageConfig config)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |