| Package | Description |
|---|---|
| org.cruxframework.crux.core.client.db |
Contains classes to support a database on client browser.
|
| Modifier and Type | Method and Description |
|---|---|
abstract KeyRangeFactory<I> |
WSQLIndex.getKeyRangeFactory()
Retrieve a factory to create KeyRange objects used by this index.
|
KeyRangeFactory<K> |
ObjectStore.getKeyRangeFactory()
Retrieve a factory to create KeyRange objects used by this object store.
|
abstract KeyRangeFactory<I> |
Index.getKeyRangeFactory()
Creates a factory for
KeyRange objects used by this index. |
abstract KeyRangeFactory<I> |
IDXIndex.getKeyRangeFactory()
Retrieve a factory to create KeyRange objects used by this index.
|
KeyRangeFactory<String> |
IDXFileStore.getKeyRangeFactory() |
KeyRangeFactory<String> |
FileStore.getKeyRangeFactory()
Creates a factory for
KeyRange objects used by this store. |
Copyright © 2015. All rights reserved.