Class

org.locationtech.geomesa.kudu.data

KuduDataStore

Related Doc: package data

Permalink

class KuduDataStore extends KuduDataStoreType with LocalLocking

Linear Supertypes
LocalLocking, GeoMesaDataStore[KuduDataStore, KuduFeature, WriteOperation], HasGeoMesaStats, MetadataBackedDataStore, LazyLogging, DistributedLocking, HasGeoMesaMetadata[String], DataStore, DataAccess[SimpleFeatureType, SimpleFeature], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. KuduDataStore
  2. LocalLocking
  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 KuduDataStore(client: KuduClient, config: KuduDataStoreConfig)

    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. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def catalog: String

    Permalink
    Attributes
    protected
    Definition Classes
    GeoMesaDataStore → MetadataBackedDataStore
  9. val client: KuduClient

    Permalink
  10. def clone(): AnyRef

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

    Permalink
    Definition Classes
    KuduDataStore → GeoMesaDataStore
  12. def createFeatureCollection(query: Query, source: GeoMesaFeatureSource): KuduFeatureCollection

    Permalink
    Attributes
    protected
    Definition Classes
    KuduDataStore → GeoMesaDataStore
  13. def createQueryPlanner(): KuduQueryPlanner

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

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

    Permalink
    Definition Classes
    KuduDataStore → GeoMesaDataStore
  16. def dispose(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  19. val featureWriterFactory: KuduFeatureWriterFactory

    Permalink
    Attributes
    protected
    Definition Classes
    KuduDataStore → GeoMesaDataStore
  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 getDistributeVersion: 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[KuduDataStore, KuduFeature, WriteOperation]]): 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[KuduFeatureIndexType], explainer: Explainer): Seq[KuduQueryPlan]

    Permalink
    Definition Classes
    KuduDataStore → 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. final def isInstanceOf[T0]: Boolean

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    LazyLogging
  44. val manager: KuduIndexManagerType

    Permalink
    Definition Classes
    KuduDataStore → GeoMesaDataStore
  45. val metadata: GeoMesaMetadata[String]

    Permalink
    Definition Classes
    KuduDataStore → HasGeoMesaMetadata
  46. final def ne(arg0: AnyRef): Boolean

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    GeoMesaDataStore → MetadataBackedDataStore
    Annotations
    @throws( ... )
  54. lazy val queryPlanner: QueryPlanner[KuduDataStore, KuduFeature, WriteOperation]

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

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    KuduDataStore → GeoMesaDataStore → MetadataBackedDataStore
  63. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

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

    Permalink
    Definition Classes
    GeoMesaDataStore
    Annotations
    @deprecated
    Deprecated

    use getClientVersion and getDistributedVersion

Inherited from LocalLocking

Inherited from GeoMesaDataStore[KuduDataStore, KuduFeature, WriteOperation]

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