Class

org.locationtech.geomesa.stream.datastore

StreamDataStore

Related Doc: package datastore

Permalink

class StreamDataStore extends ContentDataStore

Stream data store

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, ns: Option[String])

    Permalink

    source

    source

    timeout

    feature cache timeout, in seconds

    ns

    namespace

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 close(): Unit

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Any
  43. final def name(arg0: String): Name

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

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

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

    Permalink
    Definition Classes
    AnyRef
  47. def registerListener(listener: StreamListener): Unit

    Permalink
  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. val sft: SimpleFeatureType

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  64. 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