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

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

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

Fields in org.apache.accumulo.core.tabletserver.thrift declared as NoSuchLogIDException
 NoSuchLogIDException MutationLogger.defineTablet_result.nsli
           
 NoSuchLogIDException MutationLogger.log_result.nsli
           
 NoSuchLogIDException MutationLogger.logManyTablets_result.nsli
           
 NoSuchLogIDException MutationLogger.minorCompactionStarted_result.nsli
           
 NoSuchLogIDException MutationLogger.minorCompactionFinished_result.nsli
           
 NoSuchLogIDException MutationLogger.close_result.nsli
           
 

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

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

Methods in org.apache.accumulo.core.tabletserver.thrift that throw NoSuchLogIDException
 void MutationLogger.Iface.close(TInfo tinfo, long id)
           
 void MutationLogger.Client.close(TInfo tinfo, long id)
           
 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)
           
 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()
           
 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 NoSuchLogIDException
MutationLogger.close_result(NoSuchLogIDException nsli, 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)
           
NoSuchLogIDException(NoSuchLogIDException other)
          Performs a deep copy on other.
 

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

Methods in org.apache.accumulo.server.logger that throw NoSuchLogIDException
 void LogService.close(TInfo info, long id)
           
 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 NoSuchLogIDException in org.apache.accumulo.server.tabletserver.log
 

Methods in org.apache.accumulo.server.tabletserver.log that throw NoSuchLogIDException
 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)
           
 



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