Class/Object

geotrellis.spark.io.accumulo

AccumuloAttributeStore

Related Docs: object AccumuloAttributeStore | package accumulo

Permalink

class AccumuloAttributeStore extends DiscreteLayerAttributeStore with Logging

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AccumuloAttributeStore
  2. Logging
  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 AccumuloAttributeStore(connector: Connector, 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(id: LayerId): Seq[String]

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AccumuloAttributeStoreAttributeStore
  18. def delete(layerId: LayerId): Unit

    Permalink
    Definition Classes
    AccumuloAttributeStoreAttributeStore
  19. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

    Permalink
    Definition Classes
    Any
  25. def isTraceEnabled(): Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  26. def layerExists(layerId: LayerId): Boolean

    Permalink
    Definition Classes
    AccumuloAttributeStoreAttributeStore
  27. def layerIdText(layerId: LayerId): Text

    Permalink
  28. def layerIds: Seq[LayerId]

    Permalink
    Definition Classes
    AccumuloAttributeStoreAttributeStore
  29. def log: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  30. def logDebug(msg: ⇒ String, throwable: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  31. def logDebug(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  32. def logError(msg: ⇒ String, throwable: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  33. def logError(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  34. def logInfo(msg: ⇒ String, throwable: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  35. def logInfo(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  36. def logName: String

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  37. def logTrace(msg: ⇒ String, throwable: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  38. def logTrace(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  39. def logWarning(msg: ⇒ String, throwable: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  40. def logWarning(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  41. final def ne(arg0: AnyRef): Boolean

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

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

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

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

    Permalink
    Definition Classes
    AccumuloAttributeStoreAttributeStore
  46. def readHeader[H](id: LayerId)(implicit arg0: JsonFormat[H]): H

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AccumuloAttributeStoreAttributeStore
  57. 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 Logging

Inherited from AttributeStore

Inherited from LayerAttributeStore

Inherited from AttributeCaching

Inherited from AnyRef

Inherited from Any

Ungrouped