Class/Object

org.locationtech.geomesa.accumulo.data

AccumuloDataStore

Related Docs: object AccumuloDataStore | package data

Permalink

class AccumuloDataStore extends AccumuloDataStoreType with ZookeeperLocking

This class handles DataStores which are stored in Accumulo Tables. To be clear, one table may contain multiple features addressed by their featureName.

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

Instance Constructors

  1. new AccumuloDataStore(connector: Connector, config: AccumuloDataStoreConfig)

    Permalink

    connector

    Accumulo connector

    config

    configuration values

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

    Permalink
    Attributes
    protected
    Definition Classes
    ZookeeperLocking → DistributedLocking
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def auths: Authorizations

    Permalink
  9. def catalog: String

    Permalink
    Attributes
    protected
    Definition Classes
    GeoMesaDataStore → MetadataBackedDataStore
  10. def clone(): AnyRef

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

    Permalink

    configuration values

    configuration values

    Definition Classes
    AccumuloDataStore → GeoMesaDataStore
  12. val connector: Connector

    Permalink

    Accumulo connector

    Accumulo connector

    Definition Classes
    AccumuloDataStoreZookeeperLocking
  13. def createFeatureCollection(query: Query, source: GeoMesaFeatureSource): GeoMesaFeatureCollection

    Permalink
    Attributes
    protected
    Definition Classes
    AccumuloDataStore → GeoMesaDataStore
  14. def createQueryPlanner(): AccumuloQueryPlannerType

    Permalink
    Attributes
    protected
    Definition Classes
    AccumuloDataStore → GeoMesaDataStore
  15. def createSchema(sft: SimpleFeatureType): Unit

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

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

    Permalink
    Definition Classes
    AccumuloDataStore → 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. val featureWriterFactory: AccumuloFeatureWriterFactory

    Permalink
    Attributes
    protected
    Definition Classes
    AccumuloDataStore → GeoMesaDataStore
  21. def finalize(): Unit

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

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

    Permalink
    Definition Classes
    AccumuloDataStore → GeoMesaDataStore
  24. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    GeoMesaDataStore
  26. def getDistributeVersion: Option[SemanticVersion]

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

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

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

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

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

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

    Permalink
    Definition Classes
    GeoMesaDataStore → MetadataBackedDataStore → DataStore
  33. def getIndexWriterAppend(typeName: String, indices: Seq[GeoMesaFeatureIndex[AccumuloDataStore, AccumuloFeature, Mutation]]): FlushableFeatureWriter

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

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

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

    Permalink
    Definition Classes
    MetadataBackedDataStore → DataAccess
  37. def getQueryPlan(query: Query, index: Option[AccumuloFeatureIndexType], explainer: Explainer): Seq[AccumuloQueryPlan]

    Permalink
    Definition Classes
    AccumuloDataStore → GeoMesaDataStore
  38. def getSchema(typeName: String): SimpleFeatureType

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  42. final def isInstanceOf[T0]: Boolean

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    LazyLogging
  45. def manager: AccumuloIndexManagerType

    Permalink
    Definition Classes
    AccumuloDataStore → GeoMesaDataStore
  46. val metadata: AccumuloBackedMetadata[String]

    Permalink
    Definition Classes
    AccumuloDataStore → HasGeoMesaMetadata
  47. def mock: Boolean

    Permalink
    Definition Classes
    ZookeeperLocking → ZookeeperLocking
  48. final def ne(arg0: AnyRef): Boolean

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    GeoMesaDataStore → MetadataBackedDataStore
    Annotations
    @throws( ... )
  56. lazy val queryPlanner: QueryPlanner[AccumuloDataStore, AccumuloFeature, Mutation]

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

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

    Permalink
    Definition Classes
    MetadataBackedDataStore → DataStore
  59. val stats: AccumuloGeoMesaStats

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

    Permalink
    Definition Classes
    AnyRef
  61. val tableOps: TableOperations

    Permalink
  62. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  63. def updateSchema(typeName: Name, sft: SimpleFeatureType): Unit

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

    Permalink
    Definition Classes
    MetadataBackedDataStore → DataStore
  65. def validateNewSchema(sft: SimpleFeatureType): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    AccumuloDataStore → GeoMesaDataStore → MetadataBackedDataStore
    Annotations
    @throws( classOf[IllegalArgumentException] )
  66. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  69. def zookeepers: String

    Permalink
    Definition Classes
    ZookeeperLocking → ZookeeperLocking

Deprecated Value Members

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

    Permalink
    Definition Classes
    GeoMesaDataStore
    Annotations
    @deprecated
    Deprecated

    use getClientVersion and getDistributedVersion

Inherited from ZookeeperLocking

Inherited from ZookeeperLocking

Inherited from GeoMesaDataStore[AccumuloDataStore, AccumuloFeature, Mutation]

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