org.apache.accumulo.server.tabletserver
Interface Tablet.KVReceiver

Enclosing class:
Tablet

public static interface Tablet.KVReceiver


Method Summary
 void receive(List<Tablet.KVEntry> matches)
           
 

Method Detail

receive

void receive(List<Tablet.KVEntry> matches)
             throws IOException
Throws:
IOException


Copyright © 2013 Apache Accumulo Project. All Rights Reserved.