class RoutedDataStoreView extends MergedDataStoreSchemas with HasGeoMesaStats
Routed querying against multiple data stores
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- RoutedDataStoreView
- HasGeoMesaStats
- MergedDataStoreSchemas
- ReadOnlyDataStore
- DataStore
- DataAccess
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
RoutedDataStoreView(stores: Seq[DataStore], router: RouteSelector, namespace: Option[String])
- stores
delegate stores
- router
query router
- namespace
schema namespace
Value Members
-
def
createSchema(featureType: SimpleFeatureType): Unit
- Definition Classes
- ReadOnlyDataStore → DataAccess
-
def
dispose(): Unit
- Definition Classes
- MergedDataStoreSchemas → DataAccess
-
def
getFeatureReader(query: Query, transaction: Transaction): FeatureReader[SimpleFeatureType, SimpleFeature]
- Definition Classes
- RoutedDataStoreView → DataStore
-
def
getFeatureSource(typeName: String): SimpleFeatureSource
- Definition Classes
- RoutedDataStoreView → DataStore
-
def
getFeatureSource(name: Name): SimpleFeatureSource
- Definition Classes
- RoutedDataStoreView → DataStore → DataAccess
-
def
getFeatureWriter(typeName: String, filter: Filter, transaction: Transaction): SimpleFeatureWriter
- Definition Classes
- ReadOnlyDataStore → DataStore
-
def
getFeatureWriter(typeName: String, transaction: Transaction): SimpleFeatureWriter
- Definition Classes
- ReadOnlyDataStore → DataStore
-
def
getFeatureWriterAppend(typeName: String, transaction: Transaction): SimpleFeatureWriter
- Definition Classes
- ReadOnlyDataStore → DataStore
-
def
getInfo(): ServiceInfo
- Definition Classes
- MergedDataStoreSchemas → DataAccess
-
def
getLockingManager(): LockingManager
- Definition Classes
- MergedDataStoreSchemas → DataStore
-
def
getNames(): List[Name]
- Definition Classes
- MergedDataStoreSchemas → DataAccess
-
def
getSchema(typeName: String): SimpleFeatureType
- Definition Classes
- MergedDataStoreSchemas → DataStore
-
def
getSchema(name: Name): SimpleFeatureType
- Definition Classes
- MergedDataStoreSchemas → DataAccess
-
def
getTypeNames(): Array[String]
- Definition Classes
- MergedDataStoreSchemas → DataStore
-
def
removeSchema(typeName: String): Unit
- Definition Classes
- ReadOnlyDataStore → DataStore
-
def
removeSchema(typeName: Name): Unit
- Definition Classes
- ReadOnlyDataStore → DataAccess
- val router: RouteSelector
-
val
stats: GeoMesaStats
- Definition Classes
- RoutedDataStoreView → HasGeoMesaStats
- val stores: Seq[DataStore]
-
def
updateSchema(typeName: String, featureType: SimpleFeatureType): Unit
- Definition Classes
- ReadOnlyDataStore → DataStore
-
def
updateSchema(typeName: Name, featureType: SimpleFeatureType): Unit
- Definition Classes
- ReadOnlyDataStore → DataAccess