Class

unicorn.bigtable.accumulo

AccumuloTable

Related Doc: package accumulo

Permalink

class AccumuloTable extends BigTable with RowScan with CellLevelSecurity

Accumulo table adapter.

Linear Supertypes
CellLevelSecurity, RowScan, BigTable, AutoCloseable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. AccumuloTable
  2. CellLevelSecurity
  3. RowScan
  4. BigTable
  5. AutoCloseable
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AccumuloTable(db: Accumulo, name: 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. def apply(row: ByteArray, family: String, column: ByteArray): Option[ByteArray]

    Permalink
    Definition Classes
    AccumuloTable → BigTable
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. var authorizations: Authorizations

    Permalink
  7. var cellVisibility: ColumnVisibility

    Permalink
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def close(): Unit

    Permalink
    Definition Classes
    AccumuloTable → AutoCloseable
  10. val columnFamilies: Seq[String]

    Permalink
    Definition Classes
    AccumuloTable → BigTable
  11. val db: Accumulo

    Permalink
  12. def delete(row: ByteArray, families: Seq[(String, Seq[ByteArray])]): Unit

    Permalink
    Definition Classes
    AccumuloTable → BigTable
  13. def delete(row: ByteArray, family: String, columns: ByteArray*): Unit

    Permalink
    Definition Classes
    AccumuloTable → BigTable
  14. def deleteBatch(rows: Seq[ByteArray]): Unit

    Permalink
    Definition Classes
    AccumuloTable → BigTable
  15. val endRowKey: ByteArray

    Permalink
    Definition Classes
    AccumuloTable → RowScan
  16. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. def get(row: ByteArray, family: String, columns: ByteArray*): Seq[Column]

    Permalink
    Definition Classes
    AccumuloTable → BigTable
  20. def get(row: ByteArray, families: Seq[(String, Seq[ByteArray])]): Seq[ColumnFamily]

    Permalink
    Definition Classes
    AccumuloTable → BigTable
  21. def getAuthorizations: Seq[String]

    Permalink
    Definition Classes
    AccumuloTable → CellLevelSecurity
  22. def getBatch(rows: Seq[ByteArray], family: String, columns: ByteArray*): Seq[Row]

    Permalink
    Definition Classes
    AccumuloTable → BigTable
  23. def getBatch(rows: Seq[ByteArray], families: Seq[(String, Seq[ByteArray])]): Seq[Row]

    Permalink
    Definition Classes
    AccumuloTable → BigTable
  24. def getCellVisibility: String

    Permalink
    Definition Classes
    AccumuloTable → CellLevelSecurity
  25. final def getClass(): Class[_]

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

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

    Permalink
    Definition Classes
    Any
  28. val name: String

    Permalink
    Definition Classes
    AccumuloTable → BigTable
  29. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  30. def nextRowKeyForPrefix(prefix: Array[Byte]): Array[Byte]

    Permalink
    Definition Classes
    RowScan
  31. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  33. def put(row: ByteArray, families: Seq[ColumnFamily]): Unit

    Permalink
    Definition Classes
    AccumuloTable → BigTable
  34. def put(row: ByteArray, family: String, columns: Column*): Unit

    Permalink
    Definition Classes
    AccumuloTable → BigTable
  35. def put(row: ByteArray, family: String, column: ByteArray, value: ByteArray, timestamp: Long): Unit

    Permalink
    Definition Classes
    AccumuloTable → BigTable
  36. def putBatch(rows: Row*): Unit

    Permalink
    Definition Classes
    AccumuloTable → BigTable
  37. def scan(startRow: ByteArray, stopRow: ByteArray, family: String, columns: ByteArray*): RowScanner

    Permalink
    Definition Classes
    AccumuloTable → RowScan
  38. def scan(startRow: ByteArray, stopRow: ByteArray, families: Seq[(String, Seq[ByteArray])]): RowScanner

    Permalink
    Definition Classes
    AccumuloTable → RowScan
  39. def scanAll(family: String, columns: ByteArray*): RowScanner

    Permalink
    Definition Classes
    RowScan
  40. def scanAll(families: Seq[(String, Seq[ByteArray])]): RowScanner

    Permalink
    Definition Classes
    RowScan
  41. def scanPrefix(prefix: ByteArray, family: String, columns: ByteArray*): RowScanner

    Permalink
    Definition Classes
    RowScan
  42. def scanPrefix(prefix: ByteArray, families: Seq[(String, Seq[ByteArray])]): RowScanner

    Permalink
    Definition Classes
    RowScan
  43. def setAuthorizations(labels: String*): Unit

    Permalink
    Definition Classes
    AccumuloTable → CellLevelSecurity
  44. def setCellVisibility(expression: String): Unit

    Permalink
    Definition Classes
    AccumuloTable → CellLevelSecurity
  45. val startRowKey: ByteArray

    Permalink
    Definition Classes
    AccumuloTable → RowScan
  46. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    BigTable → AnyRef → Any
  48. def update(row: ByteArray, family: String, column: ByteArray, value: ByteArray): Unit

    Permalink
    Definition Classes
    BigTable
  49. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from CellLevelSecurity

Inherited from RowScan

Inherited from BigTable

Inherited from AutoCloseable

Inherited from AnyRef

Inherited from Any

Ungrouped