Uses of Class
org.apache.accumulo.core.dataImpl.thrift.TConditionalSession
-
Packages that use TConditionalSession Package Description org.apache.accumulo.core.dataImpl.thrift org.apache.accumulo.core.tabletserver.thrift -
-
Uses of TConditionalSession in org.apache.accumulo.core.dataImpl.thrift
Methods in org.apache.accumulo.core.dataImpl.thrift that return TConditionalSession Modifier and Type Method Description TConditionalSessionTConditionalSession. deepCopy()TConditionalSessionTConditionalSession. setSessionId(long sessionId)TConditionalSessionTConditionalSession. setTserverLock(String tserverLock)TConditionalSessionTConditionalSession. setTtl(long ttl)Methods in org.apache.accumulo.core.dataImpl.thrift with parameters of type TConditionalSession Modifier and Type Method Description intTConditionalSession. compareTo(TConditionalSession other)booleanTConditionalSession. equals(TConditionalSession that)Constructors in org.apache.accumulo.core.dataImpl.thrift with parameters of type TConditionalSession Constructor Description 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 Modifier and Type Field Description TConditionalSessionTabletClientService.startConditionalUpdate_result. successMethods in org.apache.accumulo.core.tabletserver.thrift that return TConditionalSession Modifier and Type Method Description TConditionalSessionTabletClientService.AsyncClient.startConditionalUpdate_call. getResult()TConditionalSessionTabletClientService.startConditionalUpdate_result. getSuccess()TConditionalSessionTabletClientService.Client. recv_startConditionalUpdate()TConditionalSessionTabletClientService.Client. startConditionalUpdate(TInfo tinfo, TCredentials credentials, List<ByteBuffer> authorizations, String tableID, TDurability durability, String classLoaderContext)TConditionalSessionTabletClientService.Iface. startConditionalUpdate(TInfo tinfo, TCredentials credentials, List<ByteBuffer> authorizations, String tableID, TDurability durability, String classLoaderContext)Methods in org.apache.accumulo.core.tabletserver.thrift that return types with arguments of type TConditionalSession Modifier and Type Method Description 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 Modifier and Type Method Description TabletClientService.startConditionalUpdate_resultTabletClientService.startConditionalUpdate_result. setSuccess(TConditionalSession success)Method parameters in org.apache.accumulo.core.tabletserver.thrift with type arguments of type TConditionalSession Modifier and Type Method Description voidTabletClientService.AsyncProcessor.startConditionalUpdate. start(I iface, TabletClientService.startConditionalUpdate_args args, org.apache.thrift.async.AsyncMethodCallback<TConditionalSession> resultHandler)voidTabletClientService.AsyncClient. startConditionalUpdate(TInfo tinfo, TCredentials credentials, List<ByteBuffer> authorizations, String tableID, TDurability durability, String classLoaderContext, org.apache.thrift.async.AsyncMethodCallback<TConditionalSession> resultHandler)voidTabletClientService.AsyncIface. startConditionalUpdate(TInfo tinfo, TCredentials credentials, List<ByteBuffer> authorizations, String tableID, TDurability durability, String classLoaderContext, org.apache.thrift.async.AsyncMethodCallback<TConditionalSession> resultHandler)Constructors in org.apache.accumulo.core.tabletserver.thrift with parameters of type TConditionalSession Constructor Description startConditionalUpdate_result(TConditionalSession success, ThriftSecurityException sec)Constructor parameters in org.apache.accumulo.core.tabletserver.thrift with type arguments of type TConditionalSession Constructor Description startConditionalUpdate_call(TInfo tinfo, TCredentials credentials, List<ByteBuffer> authorizations, String tableID, TDurability durability, String classLoaderContext, org.apache.thrift.async.AsyncMethodCallback<TConditionalSession> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)
-