shark.memstore2.column

BinaryColumnBuilder

class BinaryColumnBuilder extends DefaultColumnBuilder[BytesWritable]

Linear Supertypes
DefaultColumnBuilder[BytesWritable], NullableColumnBuilder[BytesWritable], CompressedColumnBuilder[BytesWritable], LogHelper, Logging, ColumnBuilder[BytesWritable], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. BinaryColumnBuilder
  2. DefaultColumnBuilder
  3. NullableColumnBuilder
  4. CompressedColumnBuilder
  5. LogHelper
  6. Logging
  7. ColumnBuilder
  8. AnyRef
  9. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BinaryColumnBuilder()

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def append(o: AnyRef, oi: ObjectInspector): Unit

    Definition Classes
    NullableColumnBuilderColumnBuilder
  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def build(): ByteBuffer

    Definition Classes
    NullableColumnBuilderColumnBuilder
  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def columnName: String

    Definition Classes
    ColumnBuilder
  11. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  13. def errStream(): PrintStream

    Definition Classes
    LogHelper
  14. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. def gatherStats(v: BytesWritable): Unit

    Attributes
    protected
    Definition Classes
    CompressedColumnBuilderColumnBuilder
  16. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  17. def growIfNeeded(orig: ByteBuffer, size: Int): ByteBuffer

    Attributes
    protected
    Definition Classes
    ColumnBuilder
  18. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  19. def initialize(initialSize: Int, cName: String): ByteBuffer

    Initialize with an approximate lower bound on the expected number of elements in this column.

    Initialize with an approximate lower bound on the expected number of elements in this column.

    Definition Classes
    NullableColumnBuilderColumnBuilder
  20. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  21. def isTraceEnabled(): Boolean

    Attributes
    protected
    Definition Classes
    Logging
  22. def log: Logger

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

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

    Attributes
    protected
    Definition Classes
    Logging
  25. def logError(msg: String, exception: Throwable): Unit

    Definition Classes
    LogHelper
  26. def logError(msg: String, detail: String): Unit

    Definition Classes
    LogHelper
  27. def logError(msg: ⇒ String): Unit

    Definition Classes
    LogHelper → Logging
  28. def logError(msg: ⇒ String, throwable: Throwable): Unit

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  36. final def notify(): Unit

    Definition Classes
    AnyRef
  37. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  38. def outStream(): PrintStream

    Definition Classes
    LogHelper
  39. def setCompressionSchemes(schemes: CompressionAlgorithm*): Unit

    Set the compression schemes to be used for this column.

    Set the compression schemes to be used for this column. Only schemes that support the column's data type will be kept in the list.

    Definition Classes
    CompressedColumnBuilder
  40. def shouldApply(scheme: CompressionAlgorithm): Boolean

    Determines whether a particular compression algorithm should apply given the compression ratio.

    Determines whether a particular compression algorithm should apply given the compression ratio. Test code can override this to force specific compression even if the compression ratio is not ideal.

    Definition Classes
    CompressedColumnBuilder
  41. val stats: ColumnStats[BytesWritable]

    Definition Classes
    DefaultColumnBuilderColumnBuilder
  42. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  43. val t: ColumnType[BytesWritable, _]

    Definition Classes
    DefaultColumnBuilderColumnBuilder
  44. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from DefaultColumnBuilder[BytesWritable]

Inherited from NullableColumnBuilder[BytesWritable]

Inherited from CompressedColumnBuilder[BytesWritable]

Inherited from LogHelper

Inherited from Logging

Inherited from ColumnBuilder[BytesWritable]

Inherited from AnyRef

Inherited from Any

Ungrouped