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

Enclosing class:
Tablet

public static interface Tablet.KVReceiver


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

Method Detail

receive

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


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