|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CloseIterator | |
---|---|
net.obsearch.index.bucket | |
net.obsearch.storage | |
net.obsearch.storage.bdb | |
net.obsearch.storage.tc |
Uses of CloseIterator in net.obsearch.index.bucket |
---|
Constructors in net.obsearch.index.bucket with parameters of type CloseIterator | |
---|---|
AbstractBucketIndex.BucketIterator(CloseIterator<TupleBytes> iter)
|
Uses of CloseIterator in net.obsearch.storage |
---|
Methods in net.obsearch.storage that return CloseIterator | |
---|---|
CloseIterator<T> |
OBStore.processAll()
Process all the elements in the DB. |
CloseIterator<TupleBytes> |
OBStore.processRange(byte[] low,
byte[] high)
Process the given range of items (from low to high), including low and high. |
CloseIterator<TupleByte> |
OBStoreByte.processRange(byte low,
byte high)
Process the given range of items (from low to high), including low and high. |
CloseIterator<TupleDouble> |
OBStoreDouble.processRange(double low,
double high)
Process the given range of items (from low to high), including low and high. |
CloseIterator<TupleFloat> |
OBStoreFloat.processRange(float low,
float high)
Process the given range of items (from low to high), including low and high. |
CloseIterator<TupleInt> |
OBStoreInt.processRange(int low,
int high)
Process the given range of items (from low to high), including low and high. |
CloseIterator<TupleLong> |
OBStoreLong.processRange(long low,
long high)
Process the given range of items (from low to high), including low and high. |
CloseIterator<TupleShort> |
OBStoreShort.processRange(short low,
short high)
Process the given range of items (from low to high), including low and high. |
CloseIterator<TupleBytes> |
OBStore.processRangeNoDup(byte[] low,
byte[] high)
Process the given range of items (from low to high), including low and high. |
CloseIterator<TupleBytes> |
OBStore.processRangeReverse(byte[] low,
byte[] high)
Process the given range of items (from high to low), including low and high. |
CloseIterator<TupleByte> |
OBStoreByte.processRangeReverse(byte low,
byte high)
Process the given range of items (from high to low), including low and high. |
CloseIterator<TupleDouble> |
OBStoreDouble.processRangeReverse(double low,
double high)
Process the given range of items (from high to low), including low and high. |
CloseIterator<TupleFloat> |
OBStoreFloat.processRangeReverse(float low,
float high)
Process the given range of items (from high to low), including low and high. |
CloseIterator<TupleInt> |
OBStoreInt.processRangeReverse(int low,
int high)
Process the given range of items (from high to low), including low and high. |
CloseIterator<TupleLong> |
OBStoreLong.processRangeReverse(long low,
long high)
Process the given range of items (from high to low), including low and high. |
CloseIterator<TupleShort> |
OBStoreShort.processRangeReverse(short low,
short high)
Process the given range of items (from high to low), including low and high. |
CloseIterator<TupleBytes> |
OBStore.processRangeReverseNoDup(byte[] low,
byte[] high)
Process the given range of items (from high to low), including low and high. |
Uses of CloseIterator in net.obsearch.storage.bdb |
---|
Classes in net.obsearch.storage.bdb that implement CloseIterator | |
---|---|
protected class |
AbstractBDBOBStoreJe.ByteArrayIterator
Iterator used to process range results. |
protected class |
AbstractBDBOBStoreJe.CursorIterator<T>
Base class used to iterate over cursors. |
Methods in net.obsearch.storage.bdb that return CloseIterator | |
---|---|
CloseIterator<TupleDouble> |
BDBOBStoreJeDouble.processAll()
|
CloseIterator<TupleByte> |
BDBOBStoreJeByte.processAll()
|
CloseIterator<TupleShort> |
BDBOBStoreJeShort.processAll()
|
CloseIterator<TupleLong> |
BDBOBStoreJeLong.processAll()
|
CloseIterator<TupleFloat> |
BDBOBStoreJeFloat.processAll()
|
CloseIterator<TupleBytes> |
BDBOBStoreJeByteArray.processAll()
|
CloseIterator<TupleInt> |
BDBOBStoreJeInt.processAll()
|
CloseIterator<byte[]> |
AbstractBDBOBStoreJe.processAllKeys()
Transform Bytes in a format that can be used by the underlying index. |
CloseIterator<TupleBytes> |
AbstractBDBOBStoreJe.processRange(byte[] low,
byte[] high)
|
CloseIterator<TupleByte> |
BDBOBStoreJeByte.processRange(byte low,
byte high)
|
CloseIterator<TupleDouble> |
BDBOBStoreJeDouble.processRange(double low,
double high)
|
CloseIterator<TupleFloat> |
BDBOBStoreJeFloat.processRange(float low,
float high)
|
CloseIterator<TupleInt> |
BDBOBStoreJeInt.processRange(int low,
int high)
|
CloseIterator<TupleLong> |
BDBOBStoreJeLong.processRange(long low,
long high)
|
CloseIterator<TupleShort> |
BDBOBStoreJeShort.processRange(short low,
short high)
|
CloseIterator<TupleBytes> |
AbstractBDBOBStoreJe.processRangeNoDup(byte[] low,
byte[] high)
|
CloseIterator<TupleByte> |
BDBOBStoreJeByte.processRangeNoDup(byte low,
byte high)
|
CloseIterator<TupleDouble> |
BDBOBStoreJeDouble.processRangeNoDup(double low,
double high)
|
CloseIterator<TupleFloat> |
BDBOBStoreJeFloat.processRangeNoDup(float low,
float high)
|
CloseIterator<TupleInt> |
BDBOBStoreJeInt.processRangeNoDup(int low,
int high)
|
CloseIterator<TupleLong> |
BDBOBStoreJeLong.processRangeNoDup(long low,
long high)
|
CloseIterator<TupleShort> |
BDBOBStoreJeShort.processRangeNoDup(short low,
short high)
|
CloseIterator<TupleBytes> |
AbstractBDBOBStoreJe.processRangeReverse(byte[] low,
byte[] high)
|
CloseIterator<TupleByte> |
BDBOBStoreJeByte.processRangeReverse(byte low,
byte high)
|
CloseIterator<TupleDouble> |
BDBOBStoreJeDouble.processRangeReverse(double low,
double high)
|
CloseIterator<TupleFloat> |
BDBOBStoreJeFloat.processRangeReverse(float low,
float high)
|
CloseIterator<TupleInt> |
BDBOBStoreJeInt.processRangeReverse(int low,
int high)
|
CloseIterator<TupleLong> |
BDBOBStoreJeLong.processRangeReverse(long low,
long high)
|
CloseIterator<TupleShort> |
BDBOBStoreJeShort.processRangeReverse(short low,
short high)
|
CloseIterator<TupleBytes> |
AbstractBDBOBStoreJe.processRangeReverseNoDup(byte[] low,
byte[] high)
|
CloseIterator<TupleByte> |
BDBOBStoreJeByte.processRangeReverseNoDup(byte low,
byte high)
|
CloseIterator<TupleDouble> |
BDBOBStoreJeDouble.processRangeReverseNoDup(double low,
double high)
|
CloseIterator<TupleFloat> |
BDBOBStoreJeFloat.processRangeReverseNoDup(float low,
float high)
|
CloseIterator<TupleInt> |
BDBOBStoreJeInt.processRangeReverseNoDup(int low,
int high)
|
CloseIterator<TupleLong> |
BDBOBStoreJeLong.processRangeReverseNoDup(long low,
long high)
|
CloseIterator<TupleShort> |
BDBOBStoreJeShort.processRangeReverseNoDup(short low,
short high)
|
Uses of CloseIterator in net.obsearch.storage.tc |
---|
Classes in net.obsearch.storage.tc that implement CloseIterator | |
---|---|
protected class |
AbstractTCOBStorage.ByteArrayIterator
|
protected class |
AbstractTCOBStorage.ByteArrayKeyIterator
|
protected class |
AbstractTCOBStorage.CursorIterator<T>
Base class used to iterate over cursors. |
Methods in net.obsearch.storage.tc that return CloseIterator | |
---|---|
CloseIterator<TupleBytes> |
TCOBStorageBytesArray.processAll()
|
CloseIterator<TupleLong> |
TCOBStorageLong.processAll()
|
CloseIterator<byte[]> |
AbstractTCOBStorage.processAllKeys()
|
CloseIterator<TupleBytes> |
AbstractTCOBStorage.processRange(byte[] low,
byte[] high)
|
CloseIterator<TupleLong> |
TCOBStorageLong.processRange(long low,
long high)
|
CloseIterator<TupleBytes> |
AbstractTCOBStorage.processRangeNoDup(byte[] low,
byte[] high)
|
CloseIterator<TupleLong> |
TCOBStorageLong.processRangeNoDup(long low,
long high)
|
CloseIterator<TupleBytes> |
AbstractTCOBStorage.processRangeReverse(byte[] low,
byte[] high)
|
CloseIterator<TupleLong> |
TCOBStorageLong.processRangeReverse(long low,
long high)
|
CloseIterator<TupleBytes> |
AbstractTCOBStorage.processRangeReverseNoDup(byte[] low,
byte[] high)
|
CloseIterator<TupleLong> |
TCOBStorageLong.processRangeReverseNoDup(long low,
long high)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |