class KuduDataStore extends GeoMesaDataStore[KuduDataStore] with LocalLocking
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- KuduDataStore
- LocalLocking
- GeoMesaDataStore
- HasGeoMesaStats
- MetadataBackedDataStore
- LazyLogging
- DistributedLocking
- HasGeoMesaMetadata
- DataStore
- DataAccess
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new KuduDataStore(client: KuduClient, config: KuduDataStoreConfig)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
acquireCatalogLock(): Releasable
- Attributes
- protected[geomesa]
- Definition Classes
- MetadataBackedDataStore
-
def
acquireDistributedLock(key: String, timeOut: Long): Option[Releasable]
- Attributes
- protected
- Definition Classes
- LocalLocking → DistributedLocking
-
def
acquireDistributedLock(key: String): Releasable
- Attributes
- protected
- Definition Classes
- LocalLocking → DistributedLocking
-
val
adapter: KuduIndexAdapter
- Definition Classes
- KuduDataStore → GeoMesaDataStore
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
checkSchemaCompatibility(typeName: String, sft: SimpleFeatureType): SchemaCompatibility
- Definition Classes
- GeoMesaDataStore
- val client: KuduClient
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
val
config: KuduDataStoreConfig
- Definition Classes
- KuduDataStore → GeoMesaDataStore
-
def
createSchema(schema: SimpleFeatureType): Unit
- Definition Classes
- MetadataBackedDataStore → DataAccess
-
def
delete(): Unit
- Definition Classes
- GeoMesaDataStore
-
def
dispose(): Unit
- Definition Classes
- KuduDataStore → GeoMesaDataStore → MetadataBackedDataStore → DataAccess
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
getAllIndexTableNames(typeName: String): Seq[String]
- Definition Classes
- GeoMesaDataStore
-
def
getAllTableNames(typeName: String): Seq[String]
- Definition Classes
- GeoMesaDataStore
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getClientVersion: SemanticVersion
- Definition Classes
- GeoMesaDataStore
-
def
getDistributedVersion: Option[SemanticVersion]
- Definition Classes
- GeoMesaDataStore
-
def
getFeatureReader(query: Query, transaction: Transaction): GeoMesaFeatureReader
- Definition Classes
- MetadataBackedDataStore → DataStore
-
def
getFeatureSource(typeName: String): GeoMesaFeatureStore
- Definition Classes
- GeoMesaDataStore → DataStore
-
def
getFeatureSource(typeName: Name): SimpleFeatureSource
- Definition Classes
- MetadataBackedDataStore → DataStore → DataAccess
-
def
getFeatureWriter(typeName: String, filter: Filter, transaction: Transaction): FlushableFeatureWriter
- Definition Classes
- MetadataBackedDataStore → DataStore
-
def
getFeatureWriter(typeName: String, transaction: Transaction): FlushableFeatureWriter
- Definition Classes
- MetadataBackedDataStore → DataStore
-
def
getFeatureWriterAppend(typeName: String, transaction: Transaction): FlushableFeatureWriter
- Definition Classes
- MetadataBackedDataStore → DataStore
-
def
getIndexWriterAppend(typeName: String, indices: Seq[GeoMesaFeatureIndex[_, _]]): FlushableFeatureWriter
- Definition Classes
- GeoMesaDataStore
-
def
getInfo(): ServiceInfo
- Definition Classes
- MetadataBackedDataStore → DataAccess
-
def
getLockingManager(): LockingManager
- Definition Classes
- MetadataBackedDataStore → DataStore
-
def
getNames(): List[Name]
- Definition Classes
- MetadataBackedDataStore → DataAccess
-
def
getQueryPlan(query: Query, index: Option[String], explainer: Explainer): Seq[KuduQueryPlan]
- Definition Classes
- KuduDataStore → GeoMesaDataStore
-
def
getSchema(typeName: String): SimpleFeatureType
- Definition Classes
- GeoMesaDataStore → MetadataBackedDataStore → DataStore
-
def
getSchema(name: Name): SimpleFeatureType
- Definition Classes
- MetadataBackedDataStore → DataAccess
-
def
getTypeNames(): Array[String]
- Definition Classes
- MetadataBackedDataStore → DataStore
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
val
interceptors: QueryInterceptorFactory
- Attributes
- protected[geomesa]
- Definition Classes
- MetadataBackedDataStore
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
loadIteratorVersions: Set[String]
- Attributes
- protected
- Definition Classes
- GeoMesaDataStore
-
lazy val
logger: Logger
- Attributes
- protected
- Definition Classes
- LazyLogging
-
val
manager: IndexManager
- Definition Classes
- GeoMesaDataStore
-
val
metadata: GeoMesaMetadata[String]
- Definition Classes
- KuduDataStore → HasGeoMesaMetadata
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
onSchemaCreated(sft: SimpleFeatureType): Unit
- Attributes
- protected
- Definition Classes
- GeoMesaDataStore → MetadataBackedDataStore
-
def
onSchemaDeleted(sft: SimpleFeatureType): Unit
- Attributes
- protected
- Definition Classes
- GeoMesaDataStore → MetadataBackedDataStore
-
def
onSchemaUpdated(sft: SimpleFeatureType, previous: SimpleFeatureType): Unit
- Attributes
- protected
- Definition Classes
- GeoMesaDataStore → MetadataBackedDataStore
-
def
preSchemaCreate(sft: SimpleFeatureType): Unit
- Attributes
- protected
- Definition Classes
- KuduDataStore → GeoMesaDataStore → MetadataBackedDataStore
- Annotations
- @throws( classOf[IllegalArgumentException] )
-
def
preSchemaUpdate(sft: SimpleFeatureType, previous: SimpleFeatureType): Unit
- Attributes
- protected
- Definition Classes
- GeoMesaDataStore → MetadataBackedDataStore
- Annotations
- @throws( ... )
-
val
queryPlanner: QueryPlanner[KuduDataStore]
- Definition Classes
- GeoMesaDataStore
-
def
removeSchema(typeName: Name): Unit
- Definition Classes
- MetadataBackedDataStore → DataAccess
-
def
removeSchema(typeName: String): Unit
- Definition Classes
- MetadataBackedDataStore → DataStore
-
val
stats: GeoMesaStats
- Definition Classes
- KuduDataStore → HasGeoMesaStats
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
transitionIndices(sft: SimpleFeatureType): Unit
- Attributes
- protected
- Definition Classes
- GeoMesaDataStore
-
def
updateSchema(typeName: Name, schema: SimpleFeatureType): Unit
- Definition Classes
- MetadataBackedDataStore → DataAccess
-
def
updateSchema(typeName: String, sft: SimpleFeatureType): Unit
- Definition Classes
- MetadataBackedDataStore → DataStore
-
def
validateSchemaUpdate(existing: SimpleFeatureType, schema: SimpleFeatureType): Unit
- Attributes
- protected
- Definition Classes
- MetadataBackedDataStore
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
withLock[T](key: String, timeOut: Long, fn: ⇒ T, fallback: ⇒ T): T
- Attributes
- protected
- Definition Classes
- DistributedLocking
-
def
withLock[T](key: String, fn: ⇒ T): T
- Attributes
- protected
- Definition Classes
- DistributedLocking