net.obsearch.storage
Class TupleBytes

java.lang.Object
  extended by net.obsearch.storage.Tuple
      extended by 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
 
Constructor Summary
TupleBytes()
           
TupleBytes(byte[] key, byte[] value)
           
 
Method Summary
 byte[] getKey()
           
 
Methods inherited from class net.obsearch.storage.Tuple
getValue, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

key

protected byte[] key
Constructor Detail

TupleBytes

public TupleBytes()

TupleBytes

public TupleBytes(byte[] key,
                  byte[] value)
Method Detail

getKey

public byte[] getKey()


Copyright © 2007-2011 Arnoldo Jose Muller Molina. All Rights Reserved.