Class/Object

org.locationtech.geomesa.memory.cqengine.datastore

GeoCQEngineDataStore

Related Docs: object GeoCQEngineDataStore | package datastore

Permalink

class GeoCQEngineDataStore extends ContentDataStore with LazyLogging

Linear Supertypes
LazyLogging, ContentDataStore, DataStore, DataAccess[SimpleFeatureType, SimpleFeature], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. GeoCQEngineDataStore
  2. LazyLogging
  3. ContentDataStore
  4. DataStore
  5. DataAccess
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new GeoCQEngineDataStore(useGeoIndex: Boolean)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def createContentState(arg0: ContentEntry): ContentState

    Permalink
    Attributes
    protected[org.geotools.data.store]
    Definition Classes
    ContentDataStore
  7. def createFeatureSource(entry: ContentEntry): ContentFeatureSource

    Permalink
    Definition Classes
    GeoCQEngineDataStore → ContentDataStore
  8. def createSchema(featureType: SimpleFeatureType): Unit

    Permalink
    Definition Classes
    GeoCQEngineDataStore → ContentDataStore → DataAccess
  9. def createTypeNames(): List[Name]

    Permalink
    Definition Classes
    GeoCQEngineDataStore → ContentDataStore
  10. def dispose(): Unit

    Permalink
    Definition Classes
    ContentDataStore → DataAccess
  11. final def ensureEntry(arg0: Name): ContentEntry

    Permalink
    Attributes
    protected[org.geotools.data.store]
    Definition Classes
    ContentDataStore
    Annotations
    @throws( classOf[java.io.IOException] )
  12. final def ensureFeatureStore(arg0: String, arg1: Transaction): ContentFeatureStore

    Permalink
    Attributes
    protected[org.geotools.data.store]
    Definition Classes
    ContentDataStore
    Annotations
    @throws( classOf[java.io.IOException] )
  13. final def entry(arg0: Name): ContentEntry

    Permalink
    Attributes
    protected[org.geotools.data.store]
    Definition Classes
    ContentDataStore
    Annotations
    @throws( classOf[java.io.IOException] )
  14. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  16. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  18. def getDataStoreFactory(): DataStoreFactorySpi

    Permalink
    Definition Classes
    ContentDataStore
  19. def getEntry(arg0: Name): ContentEntry

    Permalink
    Definition Classes
    ContentDataStore
  20. def getFeatureFactory(): FeatureFactory

    Permalink
    Definition Classes
    ContentDataStore
  21. def getFeatureReader(arg0: Query, arg1: Transaction): FeatureReader[SimpleFeatureType, SimpleFeature]

    Permalink
    Definition Classes
    ContentDataStore → DataStore
    Annotations
    @throws( classOf[java.io.IOException] )
  22. def getFeatureSource(arg0: Name): SimpleFeatureSource

    Permalink
    Definition Classes
    ContentDataStore → DataStore → DataAccess
    Annotations
    @throws( classOf[java.io.IOException] )
  23. def getFeatureSource(arg0: Name, arg1: Transaction): ContentFeatureSource

    Permalink
    Definition Classes
    ContentDataStore
    Annotations
    @throws( classOf[java.io.IOException] )
  24. def getFeatureSource(arg0: String, arg1: Transaction): ContentFeatureSource

    Permalink
    Definition Classes
    ContentDataStore
    Annotations
    @throws( classOf[java.io.IOException] )
  25. def getFeatureSource(arg0: String): ContentFeatureSource

    Permalink
    Definition Classes
    ContentDataStore → DataStore
    Annotations
    @throws( classOf[java.io.IOException] )
  26. def getFeatureTypeFactory(): FeatureTypeFactory

    Permalink
    Definition Classes
    ContentDataStore
  27. final def getFeatureWriter(arg0: String, arg1: Transaction): FeatureWriter[SimpleFeatureType, SimpleFeature]

    Permalink
    Definition Classes
    ContentDataStore → DataStore
    Annotations
    @throws( classOf[java.io.IOException] )
  28. def getFeatureWriter(arg0: String, arg1: Filter, arg2: Transaction): FeatureWriter[SimpleFeatureType, SimpleFeature]

    Permalink
    Definition Classes
    ContentDataStore → DataStore
    Annotations
    @throws( classOf[java.io.IOException] )
  29. final def getFeatureWriterAppend(arg0: String, arg1: Transaction): FeatureWriter[SimpleFeatureType, SimpleFeature]

    Permalink
    Definition Classes
    ContentDataStore → DataStore
    Annotations
    @throws( classOf[java.io.IOException] )
  30. def getFilterFactory(): FilterFactory

    Permalink
    Definition Classes
    ContentDataStore
  31. def getGeometryFactory(): GeometryFactory

    Permalink
    Definition Classes
    ContentDataStore
  32. def getInfo(): ServiceInfo

    Permalink
    Definition Classes
    ContentDataStore → DataAccess
  33. final def getLockingManager(): LockingManager

    Permalink
    Definition Classes
    ContentDataStore → DataStore
  34. def getLogger(): Logger

    Permalink
    Definition Classes
    ContentDataStore
  35. def getNames(): List[Name]

    Permalink
    Definition Classes
    ContentDataStore → DataAccess
    Annotations
    @throws( classOf[java.io.IOException] )
  36. def getNamespaceURI(): String

    Permalink
    Definition Classes
    ContentDataStore
  37. def getSchema(arg0: Name): SimpleFeatureType

    Permalink
    Definition Classes
    ContentDataStore → DataAccess
    Annotations
    @throws( classOf[java.io.IOException] )
  38. final def getSchema(arg0: String): SimpleFeatureType

    Permalink
    Definition Classes
    ContentDataStore → DataStore
    Annotations
    @throws( classOf[java.io.IOException] )
  39. final def getTypeNames(): Array[String]

    Permalink
    Definition Classes
    ContentDataStore → DataStore
    Annotations
    @throws( classOf[java.io.IOException] )
  40. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  41. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  42. lazy val logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    LazyLogging
  43. final def name(arg0: String): Name

    Permalink
    Attributes
    protected[org.geotools.data.store]
    Definition Classes
    ContentDataStore
  44. val namesToEngine: ConcurrentHashMap[String, GeoCQEngine]

    Permalink
  45. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  46. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  47. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  48. final def removeEntry(arg0: Name): Unit

    Permalink
    Attributes
    protected[org.geotools.data.store]
    Definition Classes
    ContentDataStore
  49. def removeSchema(arg0: String): Unit

    Permalink
    Definition Classes
    ContentDataStore → DataStore
    Annotations
    @throws( classOf[java.io.IOException] )
  50. def removeSchema(arg0: Name): Unit

    Permalink
    Definition Classes
    ContentDataStore → DataAccess
    Annotations
    @throws( classOf[java.io.IOException] )
  51. def setDataStoreFactory(arg0: DataStoreFactorySpi): Unit

    Permalink
    Definition Classes
    ContentDataStore
  52. def setFeatureFactory(arg0: FeatureFactory): Unit

    Permalink
    Definition Classes
    ContentDataStore
  53. def setFeatureTypeFactory(arg0: FeatureTypeFactory): Unit

    Permalink
    Definition Classes
    ContentDataStore
  54. def setFilterFactory(arg0: FilterFactory): Unit

    Permalink
    Definition Classes
    ContentDataStore
  55. def setGeometryFactory(arg0: GeometryFactory): Unit

    Permalink
    Definition Classes
    ContentDataStore
  56. def setNamespaceURI(arg0: String): Unit

    Permalink
    Definition Classes
    ContentDataStore
  57. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  58. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  59. def updateSchema(arg0: Name, arg1: SimpleFeatureType): Unit

    Permalink
    Definition Classes
    ContentDataStore → DataAccess
    Annotations
    @throws( classOf[java.io.IOException] )
  60. final def updateSchema(arg0: String, arg1: SimpleFeatureType): Unit

    Permalink
    Definition Classes
    ContentDataStore → DataStore
    Annotations
    @throws( classOf[java.io.IOException] )
  61. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  62. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  63. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from LazyLogging

Inherited from ContentDataStore

Inherited from DataStore

Inherited from DataAccess[SimpleFeatureType, SimpleFeature]

Inherited from AnyRef

Inherited from Any

Ungrouped