Class

org.locationtech.geomesa.stream.datastore

StreamDataStore

Related Doc: package datastore

Permalink

class StreamDataStore extends ContentDataStore

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

Instance Constructors

  1. new StreamDataStore(source: SimpleFeatureStreamSource, timeout: Int)

    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. val cb: Caffeine[String, FeatureHolder]

    Permalink
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def close(): Unit

    Permalink
  8. def createContentState(arg0: ContentEntry): ContentState

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

    Permalink
    Definition Classes
    StreamDataStore → ContentDataStore
  10. def createSchema(arg0: SimpleFeatureType): Unit

    Permalink
    Definition Classes
    ContentDataStore → DataAccess
    Annotations
    @throws( classOf[java.io.IOException] )
  11. def createTypeNames(): List[Name]

    Permalink
    Definition Classes
    StreamDataStore → ContentDataStore
  12. def dispose(): Unit

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  18. val features: Cache[String, FeatureHolder]

    Permalink
  19. def finalize(): Unit

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Any
  45. val listeners: CopyOnWriteArrayList[StreamListener]

    Permalink
  46. final def name(arg0: String): Name

    Permalink
    Attributes
    protected[org.geotools.data.store]
    Definition Classes
    ContentDataStore
  47. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  50. val qt: SynchronizedQuadtree[SimpleFeature]

    Permalink
  51. def registerListener(listener: StreamListener): Unit

    Permalink
  52. final def removeEntry(arg0: Name): Unit

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    ContentDataStore
  61. val sft: SimpleFeatureType

    Permalink
  62. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

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

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

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

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

Inherited from ContentDataStore

Inherited from DataStore

Inherited from DataAccess[SimpleFeatureType, SimpleFeature]

Inherited from AnyRef

Inherited from Any

Ungrouped