class ColumnFamilyQualifierMapKeyWrapper extends Serializable
A wrapper class that will allow both columnFamily and qualifier to be the key of a hashMap. Also allow for finding the value in a hashmap with out cloning the HBase value from the HBase Cell object
- Annotations
- @Public()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ColumnFamilyQualifierMapKeyWrapper
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
ColumnFamilyQualifierMapKeyWrapper(columnFamily: Array[Byte], columnFamilyOffSet: Int, columnFamilyLength: Int, qualifier: Array[Byte], qualifierOffSet: Int, qualifierLength: Int)
- columnFamily
ColumnFamily byte array
- columnFamilyOffSet
Offset of columnFamily value in the array
- columnFamilyLength
Length of the columnFamily value in the columnFamily array
- qualifier
Qualifier byte array
- qualifierOffSet
Offset of qualifier value in the array
- qualifierLength
Length of the qualifier value with in the array
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def cloneColumnFamily(): Array[Byte]
- def cloneQualifier(): Array[Byte]
- val columnFamily: Array[Byte]
- val columnFamilyLength: Int
- val columnFamilyOffSet: Int
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(other: Any): Boolean
- Definition Classes
- ColumnFamilyQualifierMapKeyWrapper → AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- ColumnFamilyQualifierMapKeyWrapper → AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val qualifier: Array[Byte]
- val qualifierLength: Int
- val qualifierOffSet: Int
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()