class MergedDataStoreView extends MergedDataStoreSchemas with HasGeoMesaFeatureReader with HasGeoMesaStats
Merged querying against multiple data stores
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- MergedDataStoreView
- HasGeoMesaStats
- HasGeoMesaFeatureReader
- MergedDataStoreSchemas
- ReadOnlyDataStore
- DataStore
- DataAccess
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
MergedDataStoreView(stores: Seq[(DataStore, Option[Filter])], deduplicate: Boolean, parallel: Boolean, namespace: Option[String] = None)
- stores
delegate stores
- namespace
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): SimpleFeatureReader
- Definition Classes
- MergedDataStoreView → DataStore
-
def
getFeatureSource(typeName: String): SimpleFeatureSource
- Definition Classes
- MergedDataStoreView → DataStore
-
def
getFeatureSource(name: Name): SimpleFeatureSource
- Definition Classes
- MergedDataStoreView → 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
stats: GeoMesaStats
- Definition Classes
- MergedDataStoreView → HasGeoMesaStats
- val stores: Seq[(DataStore, Option[Filter])]
-
def
updateSchema(typeName: String, featureType: SimpleFeatureType): Unit
- Definition Classes
- ReadOnlyDataStore → DataStore
-
def
updateSchema(typeName: Name, featureType: SimpleFeatureType): Unit
- Definition Classes
- ReadOnlyDataStore → DataAccess