org.apache.accumulo.server.tabletserver.log
Class LoggerStrategy
java.lang.Object
org.apache.accumulo.server.tabletserver.log.LoggerStrategy
- Direct Known Subclasses:
- RandomLoggerStrategy, RoundRobinLoggerStrategy
public abstract class LoggerStrategy
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LoggerStrategy
public LoggerStrategy()
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.