org.apache.accumulo.server.tabletserver
Class Tablet.KVEntry

java.lang.Object
  extended by org.apache.accumulo.core.data.KeyValue
      extended by org.apache.accumulo.server.tabletserver.Tablet.KVEntry
All Implemented Interfaces:
Map.Entry<Key,Value>
Enclosing class:
Tablet

public static class Tablet.KVEntry
extends KeyValue


Field Summary
 
Fields inherited from class org.apache.accumulo.core.data.KeyValue
key, value
 
Constructor Summary
Tablet.KVEntry(Key k, Value v)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class org.apache.accumulo.core.data.KeyValue
getKey, getValue, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map.Entry
equals, hashCode
 

Constructor Detail

Tablet.KVEntry

public Tablet.KVEntry(Key k,
                      Value v)
Method Detail

toString

public String toString()
Overrides:
toString in class KeyValue


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.