net.obsearch.storage
Class TupleBytes
java.lang.Object
net.obsearch.storage.Tuple
net.obsearch.storage.TupleBytes
public class TupleBytes
- extends Tuple
TupleBytes holds a key in bytes and a value in bytes.
- Author:
- Arnoldo Jose Muller Molina
Field Summary |
protected byte[] |
key
|
Fields inherited from class net.obsearch.storage.Tuple |
value |
Method Summary |
byte[] |
getKey()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
key
protected byte[] key
TupleBytes
public TupleBytes()
TupleBytes
public TupleBytes(byte[] key,
byte[] value)
getKey
public byte[] getKey()
Copyright © 2007-2011 Arnoldo Jose Muller Molina. All Rights Reserved.