Package | Description |
---|---|
messif.buckets.storage |
Bucket physical storage support.
|
messif.buckets.storage.impl |
Implementations of physical bucket storage.
|
messif.objects.impl |
Implementation of basic data objects.
|
Modifier and Type | Method and Description |
---|---|
IntStorageSearch<T> |
IntStorageIndexed.search() |
<C> IntStorageSearch<T> |
IntStorageIndexed.search(IndexComparator<? super C,? super T> comparator,
C key) |
<C> IntStorageSearch<T> |
IntStorageIndexed.search(IndexComparator<? super C,? super T> comparator,
C from,
C to) |
<C> IntStorageSearch<T> |
IntStorageIndexed.search(IndexComparator<? super C,? super T> comparator,
java.util.Collection<? extends C> keys) |
Modifier and Type | Method and Description |
---|---|
IntStorageSearch<T> |
DatabaseStorage.search() |
IntStorageSearch<T> |
MemoryStorage.search() |
<C> IntStorageSearch<T> |
DatabaseStorage.search(IndexComparator<? super C,? super T> comparator,
C key) |
<C> IntStorageSearch<T> |
MemoryStorage.search(IndexComparator<? super C,? super T> comparator,
C key) |
<C> IntStorageSearch<T> |
DatabaseStorage.search(IndexComparator<? super C,? super T> comparator,
C from,
C to) |
<C> IntStorageSearch<T> |
MemoryStorage.search(IndexComparator<? super C,? super T> comparator,
C from,
C to) |
<C> IntStorageSearch<T> |
DatabaseStorage.search(IndexComparator<? super C,? super T> comparator,
java.util.Collection<? extends C> keys) |
<C> IntStorageSearch<T> |
MemoryStorage.search(IndexComparator<? super C,? super T> comparator,
java.util.Collection<? extends C> keys) |
Modifier and Type | Method and Description |
---|---|
IntStorageSearch<MetaObjectProfiSCT> |
MetaObjectProfiSCT.DatabaseSupport.getAllObjects()
Returns a search over all objects in the storage.
|
IntStorageSearch<MetaObjectProfiSCT> |
MetaObjectProfiSCT.DatabaseSupport.getAllObjects(java.lang.Integer fromId,
java.lang.Integer toId)
Returns a search over all objects in the storage.
|