Class/Object

geotrellis.spark.io.geowave

GeoWaveAttributeStore

Related Docs: object GeoWaveAttributeStore | package geowave

Permalink

class GeoWaveAttributeStore extends DiscreteLayerAttributeStore with LazyLogging

Annotations
@experimental()
Linear Supertypes
LazyLogging, DiscreteLayerAttributeStore, AttributeStore, LayerAttributeStore, Serializable, Serializable, AttributeCaching, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GeoWaveAttributeStore
  2. LazyLogging
  3. DiscreteLayerAttributeStore
  4. AttributeStore
  5. LayerAttributeStore
  6. Serializable
  7. Serializable
  8. AttributeCaching
  9. AnyRef
  10. 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: JsonFormat[T]): T

    Permalink
    Definition Classes
    AttributeCaching
  16. def cacheWrite[T](layerId: LayerId, attributeName: String, value: T)(implicit arg0: JsonFormat[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. lazy val logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    LazyLogging
  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 primaryIndex: PrimaryIndex

    Permalink

    EXPERIMENTAL@experimental

    EXPERIMENTAL@experimental

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

    Permalink

    EXPERIMENTAL@experimental

    EXPERIMENTAL@experimental

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

    Permalink

    EXPERIMENTAL@experimental

    EXPERIMENTAL@experimental

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

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

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

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

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

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

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

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

    Permalink

    EXPERIMENTAL@experimental

    EXPERIMENTAL@experimental

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

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

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

    Permalink
  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( ... )
  64. def write[T](layerId: LayerId, attributeName: String, value: T)(implicit arg0: JsonFormat[T]): Unit

    Permalink

    EXPERIMENTAL@experimental

    EXPERIMENTAL@experimental

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

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

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

    Permalink
  68. val zookeepers: String

    Permalink

Inherited from LazyLogging

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