Class/Object

org.locationtech.geomesa.redis.data

RedisDataStore

Related Docs: object RedisDataStore | package data

Permalink

class RedisDataStore extends GeoMesaDataStore[RedisDataStore] with RedisLocking

Data store backed by Redis. Uses Redis SortedSets for range scanning

Linear Supertypes
RedisLocking, GeoMesaDataStore[RedisDataStore], HasGeoMesaStats, MetadataBackedDataStore, LazyLogging, DistributedLocking, HasGeoMesaMetadata[String], DataStore, DataAccess[SimpleFeatureType, SimpleFeature], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. RedisDataStore
  2. RedisLocking
  3. GeoMesaDataStore
  4. HasGeoMesaStats
  5. MetadataBackedDataStore
  6. LazyLogging
  7. DistributedLocking
  8. HasGeoMesaMetadata
  9. DataStore
  10. DataAccess
  11. AnyRef
  12. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RedisDataStore(connection: JedisPool, config: RedisDataStoreConfig)

    Permalink

    connection

    connection pool

    config

    datastore configuration

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def acquireCatalogLock(): Releasable

    Permalink
    Attributes
    protected[org.locationtech.geomesa]
    Definition Classes
    MetadataBackedDataStore
  5. def acquireDistributedLock(key: String, timeOut: Long): Option[Releasable]

    Permalink
    Attributes
    protected
    Definition Classes
    RedisLocking → DistributedLocking
  6. def acquireDistributedLock(key: String): Releasable

    Permalink
    Attributes
    protected
    Definition Classes
    RedisLocking → DistributedLocking
  7. val adapter: RedisIndexAdapter

    Permalink
    Definition Classes
    RedisDataStore → GeoMesaDataStore
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. val config: RedisDataStoreConfig

    Permalink

    datastore configuration

    datastore configuration

    Definition Classes
    RedisDataStore → GeoMesaDataStore
  11. val connection: JedisPool

    Permalink

    connection pool

    connection pool

    Definition Classes
    RedisDataStoreRedisLocking
  12. def createSchema(schema: SimpleFeatureType): Unit

    Permalink
    Definition Classes
    MetadataBackedDataStore → DataAccess
  13. def delete(): Unit

    Permalink
    Definition Classes
    GeoMesaDataStore
  14. def dispose(): Unit

    Permalink
    Definition Classes
    RedisDataStore → GeoMesaDataStore → MetadataBackedDataStore → DataAccess
  15. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  17. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. def getAllIndexTableNames(typeName: String): Seq[String]

    Permalink
    Definition Classes
    GeoMesaDataStore
  19. def getAllTableNames(typeName: String): Seq[String]

    Permalink
    Definition Classes
    GeoMesaDataStore
  20. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  21. def getClientVersion: SemanticVersion

    Permalink
    Definition Classes
    GeoMesaDataStore
  22. def getDistributedVersion: Option[SemanticVersion]

    Permalink
    Definition Classes
    GeoMesaDataStore
  23. def getFeatureReader(query: Query, transaction: Transaction): GeoMesaFeatureReader

    Permalink
    Definition Classes
    GeoMesaDataStore → DataStore
  24. def getFeatureSource(typeName: String): GeoMesaFeatureStore

    Permalink
    Definition Classes
    GeoMesaDataStore → DataStore
  25. def getFeatureSource(typeName: Name): SimpleFeatureSource

    Permalink
    Definition Classes
    MetadataBackedDataStore → DataStore → DataAccess
  26. def getFeatureWriter(typeName: String, filter: Filter, transaction: Transaction): FlushableFeatureWriter

    Permalink
    Definition Classes
    GeoMesaDataStore → MetadataBackedDataStore → DataStore
  27. def getFeatureWriter(typeName: String, transaction: Transaction): SimpleFeatureWriter

    Permalink
    Definition Classes
    MetadataBackedDataStore → DataStore
  28. def getFeatureWriterAppend(typeName: String, transaction: Transaction): FlushableFeatureWriter

    Permalink
    Definition Classes
    GeoMesaDataStore → MetadataBackedDataStore → DataStore
  29. def getIndexWriterAppend(typeName: String, indices: Seq[GeoMesaFeatureIndex[_, _]]): FlushableFeatureWriter

    Permalink
    Definition Classes
    GeoMesaDataStore
  30. def getInfo(): ServiceInfo

    Permalink
    Definition Classes
    MetadataBackedDataStore → DataAccess
  31. def getLockingManager(): LockingManager

    Permalink
    Definition Classes
    MetadataBackedDataStore → DataStore
  32. def getNames(): List[Name]

    Permalink
    Definition Classes
    MetadataBackedDataStore → DataAccess
  33. def getQueryPlan(query: Query, index: Option[String], explainer: Explainer): Seq[RedisQueryPlan]

    Permalink
    Definition Classes
    RedisDataStore → GeoMesaDataStore
  34. def getSchema(typeName: String): SimpleFeatureType

    Permalink
    Definition Classes
    GeoMesaDataStore → MetadataBackedDataStore → DataStore
  35. def getSchema(name: Name): SimpleFeatureType

    Permalink
    Definition Classes
    MetadataBackedDataStore → DataAccess
  36. def getTypeNames(): Array[String]

    Permalink
    Definition Classes
    MetadataBackedDataStore → DataStore
  37. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  38. val interceptors: QueryInterceptorFactory

    Permalink
    Attributes
    protected[org.locationtech.geomesa]
    Definition Classes
    MetadataBackedDataStore
  39. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  40. def loadIteratorVersions: Set[String]

    Permalink
    Attributes
    protected
    Definition Classes
    GeoMesaDataStore
  41. lazy val logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    LazyLogging
  42. val manager: IndexManager

    Permalink
    Definition Classes
    GeoMesaDataStore
  43. val metadata: GeoMesaMetadata[String]

    Permalink
    Definition Classes
    RedisDataStore → HasGeoMesaMetadata
  44. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  45. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  46. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  47. def onSchemaCreated(sft: SimpleFeatureType): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    RedisDataStore → GeoMesaDataStore → MetadataBackedDataStore
  48. def onSchemaDeleted(sft: SimpleFeatureType): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    RedisDataStore → GeoMesaDataStore → MetadataBackedDataStore
  49. def onSchemaUpdated(sft: SimpleFeatureType, previous: SimpleFeatureType): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    RedisDataStore → GeoMesaDataStore → MetadataBackedDataStore
  50. def preSchemaCreate(sft: SimpleFeatureType): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    RedisDataStore → GeoMesaDataStore → MetadataBackedDataStore
    Annotations
    @throws( classOf[IllegalArgumentException] )
  51. def preSchemaUpdate(sft: SimpleFeatureType, previous: SimpleFeatureType): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    GeoMesaDataStore → MetadataBackedDataStore
    Annotations
    @throws( ... )
  52. val queryPlanner: QueryPlanner[RedisDataStore]

    Permalink
    Definition Classes
    GeoMesaDataStore
  53. def removeSchema(typeName: Name): Unit

    Permalink
    Definition Classes
    MetadataBackedDataStore → DataAccess
  54. def removeSchema(typeName: String): Unit

    Permalink
    Definition Classes
    MetadataBackedDataStore → DataStore
  55. val stats: GeoMesaStats

    Permalink
    Definition Classes
    RedisDataStore → HasGeoMesaStats
  56. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  57. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  58. def transitionIndices(sft: SimpleFeatureType): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    GeoMesaDataStore
  59. def updateSchema(typeName: Name, schema: SimpleFeatureType): Unit

    Permalink
    Definition Classes
    MetadataBackedDataStore → DataAccess
  60. def updateSchema(typeName: String, sft: SimpleFeatureType): Unit

    Permalink
    Definition Classes
    MetadataBackedDataStore → DataStore
  61. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  62. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  63. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  64. def withLock[T](key: String, timeOut: Long, fn: ⇒ T, fallback: ⇒ T): T

    Permalink
    Attributes
    protected
    Definition Classes
    DistributedLocking
  65. def withLock[T](key: String, fn: ⇒ T): T

    Permalink
    Attributes
    protected
    Definition Classes
    DistributedLocking

Deprecated Value Members

  1. def catalog: String

    Permalink
    Attributes
    protected
    Definition Classes
    GeoMesaDataStore
    Annotations
    @deprecated
    Deprecated
  2. def getDistributeVersion: Option[SemanticVersion]

    Permalink
    Definition Classes
    GeoMesaDataStore
    Annotations
    @deprecated
    Deprecated

    use getDistributedVersion

  3. def getVersion: (String, Set[String])

    Permalink
    Definition Classes
    GeoMesaDataStore
    Annotations
    @deprecated
    Deprecated

    use getClientVersion and getDistributedVersion

Inherited from RedisLocking

Inherited from GeoMesaDataStore[RedisDataStore]

Inherited from HasGeoMesaStats

Inherited from MetadataBackedDataStore

Inherited from LazyLogging

Inherited from DistributedLocking

Inherited from HasGeoMesaMetadata[String]

Inherited from DataStore

Inherited from DataAccess[SimpleFeatureType, SimpleFeature]

Inherited from AnyRef

Inherited from Any

Ungrouped