Class

org.locationtech.geomesa.bigtable.data

BigtableDataStore

Related Doc: package data

Permalink

class BigtableDataStore extends HBaseDataStore with LocalLocking

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

Instance Constructors

  1. new BigtableDataStore(connection: ConnectionWrapper, config: HBaseDataStoreConfig)

    Permalink

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
    LocalLocking → DistributedLocking
  6. def acquireDistributedLock(key: String): Releasable

    Permalink
    Attributes
    protected
    Definition Classes
    LocalLocking → DistributedLocking
  7. val adapter: BigtableIndexAdapter

    Permalink
    Definition Classes
    BigtableDataStore → HBaseDataStore → GeoMesaDataStore
  8. def applySecurity(queries: Iterable[Query]): Unit

    Permalink
    Definition Classes
    HBaseDataStore
  9. def applySecurity(query: Query): Unit

    Permalink
    Definition Classes
    HBaseDataStore
  10. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  11. def checkSchemaCompatibility(typeName: String, sft: SimpleFeatureType): SchemaCompatibility

    Permalink
    Definition Classes
    GeoMesaDataStore
  12. def clone(): AnyRef

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

    Permalink
    Definition Classes
    HBaseDataStore → GeoMesaDataStore
  14. val connection: Connection

    Permalink
    Definition Classes
    HBaseDataStore
  15. def createSchema(schema: SimpleFeatureType): Unit

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    HBaseDataStore → GeoMesaDataStore
  37. def getSchema(typeName: String): SimpleFeatureType

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

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

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    BigtableDataStore → HBaseDataStore → GeoMesaDataStore
  44. lazy val logger: Logger

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

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

    Permalink
    Definition Classes
    HBaseDataStore → HasGeoMesaMetadata
  47. final def ne(arg0: AnyRef): Boolean

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

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

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    GeoMesaDataStore → MetadataBackedDataStore
    Annotations
    @throws( ... )
  54. def preSchemaUpdate(sft: SimpleFeatureType, previous: SimpleFeatureType): Unit

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    MetadataBackedDataStore → DataStore
  64. def validateSchemaUpdate(existing: SimpleFeatureType, schema: SimpleFeatureType): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    MetadataBackedDataStore
  65. final def wait(): Unit

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    DistributedLocking
  70. val zookeepers: String

    Permalink
    Attributes
    protected
    Definition Classes
    HBaseDataStore → ZookeeperLocking

Inherited from LocalLocking

Inherited from HBaseDataStore

Inherited from ZookeeperLocking

Inherited from GeoMesaDataStore[HBaseDataStore]

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