Uses of Class
org.apache.accumulo.core.dataImpl.thrift.TCMResult
-
Packages that use TCMResult Package Description org.apache.accumulo.core.dataImpl.thrift org.apache.accumulo.core.tabletserver.thrift -
-
Uses of TCMResult in org.apache.accumulo.core.dataImpl.thrift
Methods in org.apache.accumulo.core.dataImpl.thrift that return TCMResult Modifier and Type Method Description TCMResultTCMResult. deepCopy()TCMResultTCMResult. setCmid(long cmid)TCMResultTCMResult. setStatus(TCMStatus status)Methods in org.apache.accumulo.core.dataImpl.thrift with parameters of type TCMResult Modifier and Type Method Description intTCMResult. compareTo(TCMResult other)booleanTCMResult. equals(TCMResult that)Constructors in org.apache.accumulo.core.dataImpl.thrift with parameters of type TCMResult Constructor Description TCMResult(TCMResult other)Performs a deep copy on other. -
Uses of TCMResult in org.apache.accumulo.core.tabletserver.thrift
Fields in org.apache.accumulo.core.tabletserver.thrift with type parameters of type TCMResult Modifier and Type Field Description List<TCMResult>TabletClientService.conditionalUpdate_result. successMethods in org.apache.accumulo.core.tabletserver.thrift that return types with arguments of type TCMResult Modifier and Type Method Description List<TCMResult>TabletClientService.Client. conditionalUpdate(TInfo tinfo, long sessID, Map<TKeyExtent,List<TConditionalMutation>> mutations, List<String> symbols)List<TCMResult>TabletClientService.Iface. conditionalUpdate(TInfo tinfo, long sessID, Map<TKeyExtent,List<TConditionalMutation>> mutations, List<String> symbols)List<TCMResult>TabletClientService.AsyncClient.conditionalUpdate_call. getResult()org.apache.thrift.async.AsyncMethodCallback<List<TCMResult>>TabletClientService.AsyncProcessor.conditionalUpdate. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)List<TCMResult>TabletClientService.conditionalUpdate_result. getSuccess()Iterator<TCMResult>TabletClientService.conditionalUpdate_result. getSuccessIterator()List<TCMResult>TabletClientService.Client. recv_conditionalUpdate()Methods in org.apache.accumulo.core.tabletserver.thrift with parameters of type TCMResult Modifier and Type Method Description voidTabletClientService.conditionalUpdate_result. addToSuccess(TCMResult elem)Method parameters in org.apache.accumulo.core.tabletserver.thrift with type arguments of type TCMResult Modifier and Type Method Description voidTabletClientService.AsyncClient. conditionalUpdate(TInfo tinfo, long sessID, Map<TKeyExtent,List<TConditionalMutation>> mutations, List<String> symbols, org.apache.thrift.async.AsyncMethodCallback<List<TCMResult>> resultHandler)voidTabletClientService.AsyncIface. conditionalUpdate(TInfo tinfo, long sessID, Map<TKeyExtent,List<TConditionalMutation>> mutations, List<String> symbols, org.apache.thrift.async.AsyncMethodCallback<List<TCMResult>> resultHandler)TabletClientService.conditionalUpdate_resultTabletClientService.conditionalUpdate_result. setSuccess(List<TCMResult> success)voidTabletClientService.AsyncProcessor.conditionalUpdate. start(I iface, TabletClientService.conditionalUpdate_args args, org.apache.thrift.async.AsyncMethodCallback<List<TCMResult>> resultHandler)Constructor parameters in org.apache.accumulo.core.tabletserver.thrift with type arguments of type TCMResult Constructor Description conditionalUpdate_call(TInfo tinfo, long sessID, Map<TKeyExtent,List<TConditionalMutation>> mutations, List<String> symbols, org.apache.thrift.async.AsyncMethodCallback<List<TCMResult>> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)conditionalUpdate_result(List<TCMResult> success, NoSuchScanIDException nssi)
-