Class/Object

geotrellis.spark.io.hbase

HBaseAttributeStore

Related Docs: object HBaseAttributeStore | package hbase

Permalink

class HBaseAttributeStore extends DiscreteLayerAttributeStore

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HBaseAttributeStore
  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 HBaseAttributeStore(instance: HBaseInstance, attributeTable: 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 SEP: String

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. val attributeTable: String

    Permalink
  7. def availableAttributes(layerId: LayerId): Seq[String]

    Permalink
    Definition Classes
    HBaseAttributeStoreAttributeStore
  8. def availableZoomLevels(layerName: String): Seq[Int]

    Permalink

    Return a sequence of available zoom levels for a named layer.

    Return a sequence of available zoom levels for a named layer.

    This function should be re-implemented by AttributeStore subclasses so that catalogs with large numbers of layers can be queried efficiently.

    Definition Classes
    AttributeStore
  9. def cacheLayerType(layerId: LayerId, layerType: LayerType): LayerType

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

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

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

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

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  16. def copy(from: LayerId, to: LayerId, attributes: Seq[String]): Unit

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

    Permalink
    Definition Classes
    AttributeStore
  18. def delete(layerId: LayerId, attributeName: String): Unit

    Permalink
    Definition Classes
    HBaseAttributeStoreAttributeStore
  19. def delete(layerId: LayerId): Unit

    Permalink
    Definition Classes
    HBaseAttributeStoreAttributeStore
  20. final def eq(arg0: AnyRef): Boolean

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  25. val instance: HBaseInstance

    Permalink
  26. def isCOGLayer(id: LayerId): Boolean

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

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

    Permalink
    Definition Classes
    HBaseAttributeStoreAttributeStore
  29. def layerIdString(layerId: LayerId): String

    Permalink
  30. def layerIds: Seq[LayerId]

    Permalink
    Definition Classes
    HBaseAttributeStoreAttributeStore
  31. def layerType(id: LayerId): LayerType

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

    Permalink

    Return a map with layer names and the list of available zoom levels for each.

    Return a map with layer names and the list of available zoom levels for each.

    This function should be re-implemented by AttributeStore subclasses so that catalogs with large numbers of layers can be queried efficiently.

    Definition Classes
    AttributeStore
  33. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  36. def read[T](layerId: LayerId, attributeName: String)(implicit arg0: JsonFormat[T]): T

    Permalink
    Definition Classes
    HBaseAttributeStoreAttributeStore
  37. def readAll[T](attributeName: String)(implicit arg0: JsonFormat[T]): Map[LayerId, T]

    Permalink
    Definition Classes
    HBaseAttributeStoreAttributeStore
  38. def readCOGLayerAttributes[H, M](id: LayerId)(implicit arg0: JsonFormat[H], arg1: JsonFormat[M]): COGLayerAttributes[H, M]

    Permalink
  39. def readHeader[H](id: LayerId)(implicit arg0: JsonFormat[H]): H

    Permalink
  40. def readKeyIndex[K](id: LayerId)(implicit arg0: ClassTag[K]): KeyIndex[K]

    Permalink
  41. def readKeyIndexes[K](id: LayerId)(implicit arg0: ClassTag[K]): Map[ZoomRange, KeyIndex[K]]

    Permalink
  42. def readLayerAttributes[H, M, K](id: LayerId)(implicit arg0: JsonFormat[H], arg1: JsonFormat[M], arg2: ClassTag[K]): LayerAttributes[H, M, K]

    Permalink
  43. def readMetadata[M](id: LayerId)(implicit arg0: JsonFormat[M]): M

    Permalink
  44. def readSchema(id: LayerId): Schema

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  47. final def wait(): Unit

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

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

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

    Permalink
    Definition Classes
    HBaseAttributeStoreAttributeStore
  51. def writeCOGLayerAttributes[H, M](id: LayerId, header: H, metadata: M)(implicit arg0: JsonFormat[H], arg1: JsonFormat[M]): Unit

    Permalink
  52. 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

Inherited from AttributeStore

Inherited from LayerAttributeStore

Inherited from Serializable

Inherited from Serializable

Inherited from AttributeCaching

Inherited from AnyRef

Inherited from Any

Ungrouped