Uses of Interface
org.cruxframework.crux.core.client.db.KeyRangeFactory

Packages that use KeyRangeFactory
org.cruxframework.crux.core.client.db Contains classes to support a database on client browser. 
 

Uses of KeyRangeFactory in org.cruxframework.crux.core.client.db
 

Methods in org.cruxframework.crux.core.client.db that return KeyRangeFactory
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 © 2014. All rights reserved.