Uses of Class
org.apache.accumulo.core.dataImpl.thrift.UpdateErrors
-
Packages that use UpdateErrors Package Description org.apache.accumulo.core.dataImpl.thrift org.apache.accumulo.core.tabletserver.thrift -
-
Uses of UpdateErrors in org.apache.accumulo.core.dataImpl.thrift
Methods in org.apache.accumulo.core.dataImpl.thrift that return UpdateErrors Modifier and Type Method Description UpdateErrors
UpdateErrors. deepCopy()
UpdateErrors
UpdateErrors. setAuthorizationFailures(Map<TKeyExtent,SecurityErrorCode> authorizationFailures)
UpdateErrors
UpdateErrors. setFailedExtents(Map<TKeyExtent,Long> failedExtents)
UpdateErrors
UpdateErrors. setViolationSummaries(List<TConstraintViolationSummary> violationSummaries)
Methods in org.apache.accumulo.core.dataImpl.thrift with parameters of type UpdateErrors Modifier and Type Method Description int
UpdateErrors. compareTo(UpdateErrors other)
boolean
UpdateErrors. equals(UpdateErrors that)
Constructors in org.apache.accumulo.core.dataImpl.thrift with parameters of type UpdateErrors Constructor Description UpdateErrors(UpdateErrors other)
Performs a deep copy on other. -
Uses of UpdateErrors in org.apache.accumulo.core.tabletserver.thrift
Fields in org.apache.accumulo.core.tabletserver.thrift declared as UpdateErrors Modifier and Type Field Description UpdateErrors
TabletClientService.closeUpdate_result. success
Methods in org.apache.accumulo.core.tabletserver.thrift that return UpdateErrors Modifier and Type Method Description UpdateErrors
TabletClientService.Client. closeUpdate(TInfo tinfo, long updateID)
UpdateErrors
TabletClientService.Iface. closeUpdate(TInfo tinfo, long updateID)
UpdateErrors
TabletClientService.AsyncClient.closeUpdate_call. getResult()
UpdateErrors
TabletClientService.closeUpdate_result. getSuccess()
UpdateErrors
TabletClientService.Client. recv_closeUpdate()
Methods in org.apache.accumulo.core.tabletserver.thrift that return types with arguments of type UpdateErrors Modifier and Type Method Description org.apache.thrift.async.AsyncMethodCallback<UpdateErrors>
TabletClientService.AsyncProcessor.closeUpdate. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)
Methods in org.apache.accumulo.core.tabletserver.thrift with parameters of type UpdateErrors Modifier and Type Method Description TabletClientService.closeUpdate_result
TabletClientService.closeUpdate_result. setSuccess(UpdateErrors success)
Method parameters in org.apache.accumulo.core.tabletserver.thrift with type arguments of type UpdateErrors Modifier and Type Method Description void
TabletClientService.AsyncClient. closeUpdate(TInfo tinfo, long updateID, org.apache.thrift.async.AsyncMethodCallback<UpdateErrors> resultHandler)
void
TabletClientService.AsyncIface. closeUpdate(TInfo tinfo, long updateID, org.apache.thrift.async.AsyncMethodCallback<UpdateErrors> resultHandler)
void
TabletClientService.AsyncProcessor.closeUpdate. start(I iface, TabletClientService.closeUpdate_args args, org.apache.thrift.async.AsyncMethodCallback<UpdateErrors> resultHandler)
Constructors in org.apache.accumulo.core.tabletserver.thrift with parameters of type UpdateErrors Constructor Description closeUpdate_result(UpdateErrors success, NoSuchScanIDException nssi)
Constructor parameters in org.apache.accumulo.core.tabletserver.thrift with type arguments of type UpdateErrors Constructor Description closeUpdate_call(TInfo tinfo, long updateID, org.apache.thrift.async.AsyncMethodCallback<UpdateErrors> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)
-