Uses of Interface
org.apache.accumulo.server.tabletserver.log.MutationReceiver

Packages that use MutationReceiver
org.apache.accumulo.server.tabletserver   
org.apache.accumulo.server.tabletserver.log   
 

Uses of MutationReceiver in org.apache.accumulo.server.tabletserver
 

Methods in org.apache.accumulo.server.tabletserver with parameters of type MutationReceiver
 void TabletServer.recover(Tablet tablet, java.util.List<MetadataTable.LogEntry> logEntries, java.util.Set<java.lang.String> tabletFiles, MutationReceiver mutationReceiver)
           
 

Uses of MutationReceiver in org.apache.accumulo.server.tabletserver.log
 

Methods in org.apache.accumulo.server.tabletserver.log with parameters of type MutationReceiver
 void SortedLogRecovery.recover(KeyExtent extent, java.util.List<java.lang.String> recoveryLogs, java.util.Set<java.lang.String> tabletFiles, MutationReceiver mr)
           
 void TabletServerLogger.recover(Tablet tablet, java.util.List<java.lang.String> logs, java.util.Set<java.lang.String> tabletFiles, MutationReceiver mr)
           
 



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