Uses of Class
org.apache.accumulo.core.tabletserver.thrift.LoggerClosedException

Packages that use LoggerClosedException
org.apache.accumulo.core.tabletserver.thrift   
org.apache.accumulo.server.logger   
org.apache.accumulo.server.tabletserver.log   
 

Uses of LoggerClosedException in org.apache.accumulo.core.tabletserver.thrift
 

Fields in org.apache.accumulo.core.tabletserver.thrift declared as LoggerClosedException
 LoggerClosedException MutationLogger.create_result.lce
           
 LoggerClosedException MutationLogger.defineTablet_result.lce
           
 LoggerClosedException MutationLogger.log_result.lce
           
 LoggerClosedException MutationLogger.logManyTablets_result.lce
           
 LoggerClosedException MutationLogger.minorCompactionStarted_result.lce
           
 LoggerClosedException MutationLogger.minorCompactionFinished_result.lce
           
 LoggerClosedException MutationLogger.close_result.lce
           
 

Methods in org.apache.accumulo.core.tabletserver.thrift that return LoggerClosedException
 LoggerClosedException LoggerClosedException.deepCopy()
           
 LoggerClosedException MutationLogger.create_result.getLce()
           
 LoggerClosedException MutationLogger.defineTablet_result.getLce()
           
 LoggerClosedException MutationLogger.log_result.getLce()
           
 LoggerClosedException MutationLogger.logManyTablets_result.getLce()
           
 LoggerClosedException MutationLogger.minorCompactionStarted_result.getLce()
           
 LoggerClosedException MutationLogger.minorCompactionFinished_result.getLce()
           
 LoggerClosedException MutationLogger.close_result.getLce()
           
 

Methods in org.apache.accumulo.core.tabletserver.thrift with parameters of type LoggerClosedException
 int LoggerClosedException.compareTo(LoggerClosedException other)
           
 boolean LoggerClosedException.equals(LoggerClosedException that)
           
 MutationLogger.create_result MutationLogger.create_result.setLce(LoggerClosedException lce)
           
 MutationLogger.defineTablet_result MutationLogger.defineTablet_result.setLce(LoggerClosedException lce)
           
 MutationLogger.log_result MutationLogger.log_result.setLce(LoggerClosedException lce)
           
 MutationLogger.logManyTablets_result MutationLogger.logManyTablets_result.setLce(LoggerClosedException lce)
           
 MutationLogger.minorCompactionStarted_result MutationLogger.minorCompactionStarted_result.setLce(LoggerClosedException lce)
           
 MutationLogger.minorCompactionFinished_result MutationLogger.minorCompactionFinished_result.setLce(LoggerClosedException lce)
           
 MutationLogger.close_result MutationLogger.close_result.setLce(LoggerClosedException lce)
           
 

Methods in org.apache.accumulo.core.tabletserver.thrift that throw LoggerClosedException
 void MutationLogger.Iface.close(TInfo tinfo, long id)
           
 void MutationLogger.Client.close(TInfo tinfo, long id)
           
 LogFile MutationLogger.Iface.create(TInfo tinfo, AuthInfo credentials, String tserverSession)
           
 LogFile MutationLogger.Client.create(TInfo tinfo, AuthInfo credentials, String tserverSession)
           
 void MutationLogger.Iface.defineTablet(TInfo tinfo, long id, long seq, int tid, TKeyExtent tablet)
           
 void MutationLogger.Client.defineTablet(TInfo tinfo, long id, long seq, int tid, TKeyExtent tablet)
           
 LogFile MutationLogger.AsyncClient.create_call.getResult()
           
 void MutationLogger.AsyncClient.defineTablet_call.getResult()
           
 void MutationLogger.AsyncClient.log_call.getResult()
           
 void MutationLogger.AsyncClient.logManyTablets_call.getResult()
           
 void MutationLogger.AsyncClient.minorCompactionStarted_call.getResult()
           
 void MutationLogger.AsyncClient.minorCompactionFinished_call.getResult()
           
 void MutationLogger.AsyncClient.close_call.getResult()
           
 void MutationLogger.Iface.log(TInfo tinfo, long id, long seq, int tid, TMutation mutation)
           
 void MutationLogger.Client.log(TInfo tinfo, long id, long seq, int tid, TMutation mutation)
           
 void MutationLogger.Iface.logManyTablets(TInfo tinfo, long id, List<TabletMutations> mutations)
           
 void MutationLogger.Client.logManyTablets(TInfo tinfo, long id, List<TabletMutations> mutations)
           
 void MutationLogger.Iface.minorCompactionFinished(TInfo tinfo, long id, long seq, int tid, String fqfn)
           
 void MutationLogger.Client.minorCompactionFinished(TInfo tinfo, long id, long seq, int tid, String fqfn)
           
 void MutationLogger.Iface.minorCompactionStarted(TInfo tinfo, long id, long seq, int tid, String fqfn)
           
 void MutationLogger.Client.minorCompactionStarted(TInfo tinfo, long id, long seq, int tid, String fqfn)
           
 void MutationLogger.Client.recv_close()
           
 LogFile MutationLogger.Client.recv_create()
           
 void MutationLogger.Client.recv_defineTablet()
           
 void MutationLogger.Client.recv_log()
           
 void MutationLogger.Client.recv_logManyTablets()
           
 void MutationLogger.Client.recv_minorCompactionFinished()
           
 void MutationLogger.Client.recv_minorCompactionStarted()
           
 

Constructors in org.apache.accumulo.core.tabletserver.thrift with parameters of type LoggerClosedException
LoggerClosedException(LoggerClosedException other)
          Performs a deep copy on other.
MutationLogger.close_result(NoSuchLogIDException nsli, LoggerClosedException lce)
           
MutationLogger.create_result(LogFile success, ThriftSecurityException sec, LoggerClosedException lce)
           
MutationLogger.defineTablet_result(NoSuchLogIDException nsli, LoggerClosedException lce)
           
MutationLogger.log_result(NoSuchLogIDException nsli, LoggerClosedException lce)
           
MutationLogger.logManyTablets_result(NoSuchLogIDException nsli, LoggerClosedException lce)
           
MutationLogger.minorCompactionFinished_result(NoSuchLogIDException nsli, LoggerClosedException lce)
           
MutationLogger.minorCompactionStarted_result(NoSuchLogIDException nsli, LoggerClosedException lce)
           
 

Uses of LoggerClosedException in org.apache.accumulo.server.logger
 

Methods in org.apache.accumulo.server.logger that throw LoggerClosedException
 void LogService.close(TInfo info, long id)
           
 LogFile LogService.create(TInfo info, AuthInfo credentials, String tserverSession)
           
 void LogService.defineTablet(TInfo info, long id, long seq, int tid, TKeyExtent tablet)
           
 void LogService.log(TInfo info, long id, long seq, int tid, TMutation mutation)
           
 void LogService.logManyTablets(TInfo info, long id, List<TabletMutations> mutations)
           
 void LogService.minorCompactionFinished(TInfo info, long id, long seq, int tid, String fqfn)
           
 void LogService.minorCompactionStarted(TInfo info, long id, long seq, int tid, String fqfn)
           
 

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

Methods in org.apache.accumulo.server.tabletserver.log that throw LoggerClosedException
 void RemoteLogger.close()
           
 void RemoteLogger.defineTablet(int seq, int tid, KeyExtent tablet)
           
 void RemoteLogger.log(int seq, int tid, Mutation mutation)
           
 void RemoteLogger.logManyTablets(List<TabletMutations> mutations)
           
 void RemoteLogger.minorCompactionFinished(int seq, int tid, String fqfn)
           
 void RemoteLogger.minorCompactionStarted(int seq, int tid, String fqfn)
           
 

Constructors in org.apache.accumulo.server.tabletserver.log that throw LoggerClosedException
RemoteLogger(String address, UUID tserverUUID)
           
 



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