Uses of Class
org.apache.accumulo.core.data.thrift.TConditionalSession

Packages that use TConditionalSession
org.apache.accumulo.core.data.thrift   
org.apache.accumulo.core.tabletserver.thrift   
 

Uses of TConditionalSession in org.apache.accumulo.core.data.thrift
 

Methods in org.apache.accumulo.core.data.thrift that return TConditionalSession
 TConditionalSession TConditionalSession.deepCopy()
           
 TConditionalSession TConditionalSession.setSessionId(long sessionId)
           
 TConditionalSession TConditionalSession.setTserverLock(String tserverLock)
           
 TConditionalSession TConditionalSession.setTtl(long ttl)
           
 

Methods in org.apache.accumulo.core.data.thrift with parameters of type TConditionalSession
 int TConditionalSession.compareTo(TConditionalSession other)
           
 boolean TConditionalSession.equals(TConditionalSession that)
           
 

Constructors in org.apache.accumulo.core.data.thrift with parameters of type TConditionalSession
TConditionalSession(TConditionalSession other)
          Performs a deep copy on other.
 

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

Fields in org.apache.accumulo.core.tabletserver.thrift declared as TConditionalSession
 TConditionalSession TabletClientService.startConditionalUpdate_result.success
           
 

Methods in org.apache.accumulo.core.tabletserver.thrift that return TConditionalSession
 TConditionalSession TabletClientService.AsyncClient.startConditionalUpdate_call.getResult()
           
 TConditionalSession TabletClientService.startConditionalUpdate_result.getSuccess()
           
 TConditionalSession TabletClientService.Client.recv_startConditionalUpdate()
           
 TConditionalSession TabletClientService.Iface.startConditionalUpdate(TInfo tinfo, TCredentials credentials, List<ByteBuffer> authorizations, String tableID)
           
 TConditionalSession TabletClientService.Client.startConditionalUpdate(TInfo tinfo, TCredentials credentials, List<ByteBuffer> authorizations, String tableID)
           
 

Methods in org.apache.accumulo.core.tabletserver.thrift that return types with arguments of type TConditionalSession
 org.apache.thrift.async.AsyncMethodCallback<TConditionalSession> TabletClientService.AsyncProcessor.startConditionalUpdate.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)
           
 

Methods in org.apache.accumulo.core.tabletserver.thrift with parameters of type TConditionalSession
 TabletClientService.startConditionalUpdate_result TabletClientService.startConditionalUpdate_result.setSuccess(TConditionalSession success)
           
 

Method parameters in org.apache.accumulo.core.tabletserver.thrift with type arguments of type TConditionalSession
 void TabletClientService.AsyncProcessor.startConditionalUpdate.start(I iface, TabletClientService.startConditionalUpdate_args args, org.apache.thrift.async.AsyncMethodCallback<TConditionalSession> resultHandler)
           
 

Constructors in org.apache.accumulo.core.tabletserver.thrift with parameters of type TConditionalSession
TabletClientService.startConditionalUpdate_result(TConditionalSession success, ThriftSecurityException sec)
           
 



Copyright © 2015 Apache Accumulo Project. All rights reserved.