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, AttributeCaching, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GeowaveAttributeStore
  2. LazyLogging
  3. DiscreteLayerAttributeStore
  4. AttributeStore
  5. LayerAttributeStore
  6. AttributeCaching
  7. AnyRef
  8. 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. val basicAccumuloOperations: BasicAccumuloOperations

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

    Permalink

    EXPERIMENTAL@experimental

    EXPERIMENTAL@experimental

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AttributeStore
  22. val dataStatisticsStore: AccumuloDataStatisticsStore

    Permalink
  23. val dataStore: AccumuloDataStore

    Permalink
  24. val delegate: AccumuloAttributeStore

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

    Permalink

    EXPERIMENTAL@experimental

    EXPERIMENTAL@experimental

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

    Permalink

    EXPERIMENTAL@experimental

    EXPERIMENTAL@experimental

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

    Permalink

    EXPERIMENTAL@experimental

    EXPERIMENTAL@experimental

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Any
  35. 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()
  36. 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()
  37. def leastZooms(): Map[ByteArrayId, Int]

    Permalink

    EXPERIMENTAL@experimental

    EXPERIMENTAL@experimental

    Annotations
    @experimental()
  38. lazy val logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    LazyLogging
  39. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  42. def primaryIndex: PrimaryIndex

    Permalink

    EXPERIMENTAL@experimental

    EXPERIMENTAL@experimental

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

    Permalink

    EXPERIMENTAL@experimental

    EXPERIMENTAL@experimental

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

    Permalink

    EXPERIMENTAL@experimental

    EXPERIMENTAL@experimental

    Definition Classes
    GeowaveAttributeStore → AttributeStore
    Annotations
    @experimental()
  45. def readHeader[H](id: LayerId)(implicit arg0: JsonFormat[H]): H

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

    Permalink
    Definition Classes
    DiscreteLayerAttributeStore → LayerAttributeStore
  47. 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
  48. def readMetadata[M](id: LayerId)(implicit arg0: JsonFormat[M]): M

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

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

    Permalink

    EXPERIMENTAL@experimental

    EXPERIMENTAL@experimental

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

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

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

    Permalink
  54. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  57. 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()
  58. 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
  59. val zkInstance: ZooKeeperInstance

    Permalink
  60. val zookeepers: String

    Permalink

Inherited from LazyLogging

Inherited from DiscreteLayerAttributeStore

Inherited from AttributeStore

Inherited from LayerAttributeStore

Inherited from AttributeCaching

Inherited from AnyRef

Inherited from Any

Ungrouped