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

Packages that use NoSuchLogIDException
org.apache.accumulo.core.tabletserver.thrift   
 

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.
 



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