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 UpdateErrorsUpdateErrors. deepCopy()UpdateErrorsUpdateErrors. setAuthorizationFailures(Map<TKeyExtent,SecurityErrorCode> authorizationFailures)UpdateErrorsUpdateErrors. setFailedExtents(Map<TKeyExtent,Long> failedExtents)UpdateErrorsUpdateErrors. setViolationSummaries(List<TConstraintViolationSummary> violationSummaries)Methods in org.apache.accumulo.core.dataImpl.thrift with parameters of type UpdateErrors Modifier and Type Method Description intUpdateErrors. compareTo(UpdateErrors other)booleanUpdateErrors. 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 UpdateErrorsTabletClientService.closeUpdate_result. successMethods in org.apache.accumulo.core.tabletserver.thrift that return UpdateErrors Modifier and Type Method Description UpdateErrorsTabletClientService.Client. closeUpdate(TInfo tinfo, long updateID)UpdateErrorsTabletClientService.Iface. closeUpdate(TInfo tinfo, long updateID)UpdateErrorsTabletClientService.AsyncClient.closeUpdate_call. getResult()UpdateErrorsTabletClientService.closeUpdate_result. getSuccess()UpdateErrorsTabletClientService.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_resultTabletClientService.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 voidTabletClientService.AsyncClient. closeUpdate(TInfo tinfo, long updateID, org.apache.thrift.async.AsyncMethodCallback<UpdateErrors> resultHandler)voidTabletClientService.AsyncIface. closeUpdate(TInfo tinfo, long updateID, org.apache.thrift.async.AsyncMethodCallback<UpdateErrors> resultHandler)voidTabletClientService.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)
-