trait PartitionsCommand[DS <: GeoMesaDataStore[DS]] extends DataStoreCommand[DS]
Base trait for dealing with partitions
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- PartitionsCommand
- DataStoreCommand
- Command
- Runnable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
-
abstract
def
connection: Map[String, String]
- Definition Classes
- DataStoreCommand
-
abstract
val
name: String
- Definition Classes
- Command
-
abstract
def
params: RequiredTypeNameParam
- Definition Classes
- PartitionsCommand → Command
Concrete Value Members
-
def
execute(): Unit
- Definition Classes
- PartitionsCommand → Command
-
def
loadDataStore(): DS
- Definition Classes
- DataStoreCommand
- Annotations
- @throws( ... )
-
def
run(): Unit
- Definition Classes
- Command → Runnable
-
def
subCommands: Seq[Command]
- Definition Classes
- Command
-
def
validate(): Option[ParameterException]
Opportunity for the command to perform complex validation across param values (e.g.
Opportunity for the command to perform complex validation across param values (e.g. check exclusive args, etc)
- returns
parameter exception if validation fails
- Definition Classes
- Command
-
def
withDataStore[T](method: (DS) ⇒ T): T
- Definition Classes
- DataStoreCommand
- Annotations
- @throws( ... )