Class/Object

geotrellis.spark.store.geowave

GeoWaveAttributeStore

Related Docs: object GeoWaveAttributeStore | package geowave

Permalink

class GeoWaveAttributeStore extends DiscreteLayerAttributeStore

Annotations
@experimental()
Linear Supertypes
DiscreteLayerAttributeStore, AttributeStore, LayerAttributeStore, Serializable, Serializable, AttributeCaching, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GeoWaveAttributeStore
  2. DiscreteLayerAttributeStore
  3. AttributeStore
  4. LayerAttributeStore
  5. Serializable
  6. Serializable
  7. AttributeCaching
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new GeoWaveAttributeStore(zookeepers: String, accumuloInstance: String, accumuloUser: String, accumuloPass: String, geowaveNamespace: String)

    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. val accumuloInstance: String

    Permalink
  5. val accumuloPass: String

    Permalink
  6. val accumuloRequiredOptions: AccumuloRequiredOptions

    Permalink
  7. val accumuloUser: String

    Permalink
  8. def adapters: Array[RasterDataAdapter]

    Permalink

    EXPERIMENTAL@experimental

    EXPERIMENTAL@experimental

    Annotations
    @experimental()
  9. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  10. def availableAttributes(layerId: LayerId): Seq[String]

    Permalink

    EXPERIMENTAL@experimental

    EXPERIMENTAL@experimental

    Definition Classes
    GeoWaveAttributeStore → AttributeStore
    Annotations
    @experimental()
  11. def availableZoomLevels(layerName: String): Seq[Int]

    Permalink
    Definition Classes
    AttributeStore
  12. val basicAccumuloOperations: BasicAccumuloOperations

    Permalink
  13. def boundingBoxes(): Map[ByteArrayId, BoundingBoxDataStatistics[Any]]

    Permalink

    EXPERIMENTAL@experimental

    EXPERIMENTAL@experimental

    Annotations
    @experimental()
  14. def cacheLayerType(layerId: LayerId, layerType: LayerType): LayerType

    Permalink
    Definition Classes
    AttributeCaching
  15. def cacheRead[T](layerId: LayerId, attributeName: String)(implicit arg0: Decoder[T]): T

    Permalink
    Definition Classes
    AttributeCaching
  16. def cacheWrite[T](layerId: LayerId, attributeName: String, value: T)(implicit arg0: Encoder[T]): Unit

    Permalink
    Definition Classes
    AttributeCaching
  17. def clearCache(id: LayerId, attribute: String): Unit

    Permalink
    Definition Classes
    AttributeCaching
  18. def clearCache(id: LayerId): Unit

    Permalink
    Definition Classes
    AttributeCaching
  19. def clearCache(): Unit

    Permalink
    Definition Classes
    AttributeCaching
  20. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  21. val connector: Connector

    Permalink
  22. def copy(from: LayerId, to: LayerId, attributes: Seq[String]): Unit

    Permalink
    Definition Classes
    AttributeStore
  23. def copy(from: LayerId, to: LayerId): Unit

    Permalink
    Definition Classes
    AttributeStore
  24. val dataStatisticsStore: AccumuloDataStatisticsStore

    Permalink
  25. val dataStore: AccumuloDataStore

    Permalink
  26. val delegate: AccumuloAttributeStore

    Permalink
  27. def delete(layerId: LayerId): Unit

    Permalink

    EXPERIMENTAL@experimental

    EXPERIMENTAL@experimental

    Definition Classes
    GeoWaveAttributeStore → AttributeStore
    Annotations
    @experimental()
  28. def delete(layerId: LayerId, attributeName: String): Unit

    Permalink

    EXPERIMENTAL@experimental

    EXPERIMENTAL@experimental

    Definition Classes
    GeoWaveAttributeStore → AttributeStore
    Annotations
    @experimental()
  29. def delete(tableName: String): Unit

    Permalink

    EXPERIMENTAL@experimental

    EXPERIMENTAL@experimental

    Annotations
    @experimental()
  30. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  33. val geowaveNamespace: String

    Permalink
  34. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  35. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  36. def isCOGLayer(id: LayerId): Boolean

    Permalink
    Definition Classes
    AttributeStore
  37. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  38. def layerExists(layerId: LayerId): Boolean

    Permalink

    EXPERIMENTAL@experimental Answer whether a layer exists (either in GeoWave or only in the AttributeStore).

    EXPERIMENTAL@experimental Answer whether a layer exists (either in GeoWave or only in the AttributeStore).

    Definition Classes
    GeoWaveAttributeStore → AttributeStore
    Annotations
    @experimental()
  39. def layerIds: Seq[LayerId]

    Permalink

    EXPERIMENTAL@experimental Return a complete list of LayerIds (those associated with actual GeoWave layers, as well as those only recorded in the AttributeStore).

    EXPERIMENTAL@experimental Return a complete list of LayerIds (those associated with actual GeoWave layers, as well as those only recorded in the AttributeStore).

    Definition Classes
    GeoWaveAttributeStore → AttributeStore
    Annotations
    @experimental()
  40. def layerType(id: LayerId): LayerType

    Permalink
    Definition Classes
    AttributeStore
  41. def layersWithZoomLevels: Map[String, Seq[Int]]

    Permalink
    Definition Classes
    AttributeStore
  42. def leastZooms(): Map[ByteArrayId, Int]

    Permalink

    EXPERIMENTAL@experimental

    EXPERIMENTAL@experimental

    Annotations
    @experimental()
  43. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  46. def primaryIndex: PrimaryIndex

    Permalink

    EXPERIMENTAL@experimental

    EXPERIMENTAL@experimental

    Annotations
    @experimental()
  47. def read[T](layerId: LayerId, attributeName: String)(implicit arg0: Decoder[T]): T

    Permalink

    EXPERIMENTAL@experimental

    EXPERIMENTAL@experimental

    Definition Classes
    GeoWaveAttributeStore → AttributeStore
    Annotations
    @experimental()
  48. def readAll[T](attributeName: String)(implicit arg0: Decoder[T]): Map[LayerId, T]

    Permalink

    EXPERIMENTAL@experimental

    EXPERIMENTAL@experimental

    Definition Classes
    GeoWaveAttributeStore → AttributeStore
    Annotations
    @experimental()
  49. def readCOGLayerAttributes[H, M](id: LayerId)(implicit arg0: Decoder[H], arg1: Decoder[M]): COGLayerAttributes[H, M]

    Permalink
    Definition Classes
    DiscreteLayerAttributeStore → LayerAttributeStore
  50. def readHeader[H](id: LayerId)(implicit arg0: Decoder[H]): H

    Permalink
    Definition Classes
    DiscreteLayerAttributeStore → LayerAttributeStore
  51. def readKeyIndex[K](id: LayerId)(implicit arg0: ClassTag[K]): KeyIndex[K]

    Permalink
    Definition Classes
    DiscreteLayerAttributeStore → LayerAttributeStore
  52. def readKeyIndexes[K](id: LayerId)(implicit arg0: ClassTag[K]): Map[ZoomRange, KeyIndex[K]]

    Permalink
    Definition Classes
    DiscreteLayerAttributeStore → AttributeStore
  53. def readLayerAttributes[H, M, K](id: LayerId)(implicit arg0: Decoder[H], arg1: Decoder[M], arg2: ClassTag[K]): LayerAttributes[H, M, K]

    Permalink
    Definition Classes
    DiscreteLayerAttributeStore → LayerAttributeStore
  54. def readMetadata[M](id: LayerId)(implicit arg0: Decoder[M]): M

    Permalink
    Definition Classes
    DiscreteLayerAttributeStore → LayerAttributeStore
  55. def readSchema(id: LayerId): Schema

    Permalink
    Definition Classes
    DiscreteLayerAttributeStore → LayerAttributeStore
  56. def subStrategies: Array[SubStrategy]

    Permalink

    EXPERIMENTAL@experimental

    EXPERIMENTAL@experimental

    Annotations
    @experimental()
  57. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  59. val token: PasswordToken

    Permalink
  60. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  63. def write[T](layerId: LayerId, attributeName: String, value: T)(implicit arg0: Encoder[T]): Unit

    Permalink

    EXPERIMENTAL@experimental

    EXPERIMENTAL@experimental

    Definition Classes
    GeoWaveAttributeStore → AttributeStore
    Annotations
    @experimental()
  64. def writeCOGLayerAttributes[H, M](id: LayerId, header: H, metadata: M)(implicit arg0: Encoder[H], arg1: Encoder[M]): Unit

    Permalink
    Definition Classes
    DiscreteLayerAttributeStore → LayerAttributeStore
  65. def writeLayerAttributes[H, M, K](id: LayerId, header: H, metadata: M, keyIndex: KeyIndex[K], schema: Schema)(implicit arg0: Encoder[H], arg1: Encoder[M], arg2: ClassTag[K]): Unit

    Permalink
    Definition Classes
    DiscreteLayerAttributeStore → LayerAttributeStore
  66. val zkInstance: ZooKeeperInstance

    Permalink
  67. val zookeepers: String

    Permalink

Inherited from DiscreteLayerAttributeStore

Inherited from AttributeStore

Inherited from LayerAttributeStore

Inherited from Serializable

Inherited from Serializable

Inherited from AttributeCaching

Inherited from AnyRef

Inherited from Any

Ungrouped