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

java.lang.Object
  extended by org.apache.accumulo.server.tabletserver.log.LoggerStrategy
Direct Known Subclasses:
RandomLoggerStrategy, RoundRobinLoggerStrategy

public abstract class LoggerStrategy
extends Object


Constructor Summary
LoggerStrategy()
           
 
Method Summary
abstract  Set<String> getLoggers(Set<String> allLoggers)
           
 int getNumberOfLoggersToUse()
           
abstract  void preferLoggers(Set<String> preference)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoggerStrategy

public LoggerStrategy()
Method Detail

getLoggers

public abstract Set<String> getLoggers(Set<String> allLoggers)

preferLoggers

public abstract void preferLoggers(Set<String> preference)

getNumberOfLoggersToUse

public int getNumberOfLoggersToUse()


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