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
-
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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
def
createSchema(featureType: SimpleFeatureType): Unit
- Definition Classes
- ReadOnlyDataStore → DataAccess
-
def
dispose(): Unit
- Definition Classes
- MergedDataStoreSchemas → DataAccess
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
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
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
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]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
updateSchema(typeName: String, featureType: SimpleFeatureType): Unit
- Definition Classes
- ReadOnlyDataStore → DataStore
-
def
updateSchema(typeName: Name, featureType: SimpleFeatureType): Unit
- Definition Classes
- ReadOnlyDataStore → DataAccess
-
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()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated