org.apache.accumulo.server.tabletserver.log
Class RoundRobinLoggerStrategy

java.lang.Object
  extended by org.apache.accumulo.server.tabletserver.log.LoggerStrategy
      extended by org.apache.accumulo.server.tabletserver.log.RoundRobinLoggerStrategy

public class RoundRobinLoggerStrategy
extends LoggerStrategy


Constructor Summary
RoundRobinLoggerStrategy(TabletServer tserver)
           
 
Method Summary
 Set<String> getLoggers(Set<String> allLoggers)
           
 void preferLoggers(Set<String> preference)
           
 
Methods inherited from class org.apache.accumulo.server.tabletserver.log.LoggerStrategy
getNumberOfLoggersToUse
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RoundRobinLoggerStrategy

public RoundRobinLoggerStrategy(TabletServer tserver)
Method Detail

getLoggers

public Set<String> getLoggers(Set<String> allLoggers)
Specified by:
getLoggers in class LoggerStrategy

preferLoggers

public void preferLoggers(Set<String> preference)
Specified by:
preferLoggers in class LoggerStrategy


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