Package

geotrellis.store

hbase

Permalink

package hbase

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. hbase
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class HBaseAttributeStore extends DiscreteLayerAttributeStore

    Permalink
  2. class HBaseCollectionLayerProvider extends AttributeStoreProvider with ValueReaderProvider with CollectionLayerReaderProvider

    Permalink

    Provides HBaseAttributeStore instance for URI with hbase scheme.

    Provides HBaseAttributeStore instance for URI with hbase scheme. ex: hbase://zookeeper[:port][?master=host][?attributes=table1[&layers=table2]]

    Metadata table name is optional, not provided default value will be used. Layers table name is required to instantiate a LayerWriter

  3. class HBaseCollectionLayerReader extends CollectionLayerReader[LayerId]

    Permalink
  4. case class HBaseInstance(configuration: SerializableConfiguration) extends Serializable with Product

    Permalink
  5. case class HBaseLayerHeader(keyClass: String, valueClass: String, tileTable: String, layerType: LayerType = AvroLayerType) extends LayerHeader with Product with Serializable

    Permalink
  6. class HBaseValueReader extends OverzoomingValueReader

    Permalink

Value Members

  1. object HBaseAttributeStore extends Serializable

    Permalink
  2. object HBaseCollectionLayerReader

    Permalink
  3. object HBaseCollectionReader

    Permalink
  4. object HBaseInstance extends Serializable

    Permalink
  5. object HBaseKeyEncoder

    Permalink
  6. object HBaseLayerHeader extends Serializable

    Permalink
  7. object HBaseValueReader

    Permalink
  8. package conf

    Permalink
  9. def hbaseLayerIdString(layerId: LayerId): String

    Permalink
  10. val hbaseSEP: String

    Permalink
  11. val hbaseTileColumnFamily: String

    Permalink
  12. implicit def intToBytes(i: Int): Array[Byte]

    Permalink
  13. implicit def longToBytes(l: Long): Array[Byte]

    Permalink
  14. implicit def stringToBytes(str: String): Array[Byte]

    Permalink
  15. implicit def stringToTableName(str: String): TableName

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped