Uses of Class
org.apache.accumulo.core.clientImpl.thrift.TDiskUsage
-
Packages that use TDiskUsage Package Description org.apache.accumulo.core.clientImpl.thrift -
-
Uses of TDiskUsage in org.apache.accumulo.core.clientImpl.thrift
Fields in org.apache.accumulo.core.clientImpl.thrift with type parameters of type TDiskUsage Modifier and Type Field Description List<TDiskUsage>ClientService.getDiskUsage_result. successMethods in org.apache.accumulo.core.clientImpl.thrift that return TDiskUsage Modifier and Type Method Description TDiskUsageTDiskUsage. deepCopy()TDiskUsageTDiskUsage. setTables(List<String> tables)TDiskUsageTDiskUsage. setUsage(long usage)Methods in org.apache.accumulo.core.clientImpl.thrift that return types with arguments of type TDiskUsage Modifier and Type Method Description List<TDiskUsage>ClientService.Client. getDiskUsage(Set<String> tables, TCredentials credentials)List<TDiskUsage>ClientService.Iface. getDiskUsage(Set<String> tables, TCredentials credentials)List<TDiskUsage>ClientService.AsyncClient.getDiskUsage_call. getResult()org.apache.thrift.async.AsyncMethodCallback<List<TDiskUsage>>ClientService.AsyncProcessor.getDiskUsage. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)List<TDiskUsage>ClientService.getDiskUsage_result. getSuccess()Iterator<TDiskUsage>ClientService.getDiskUsage_result. getSuccessIterator()List<TDiskUsage>ClientService.Client. recv_getDiskUsage()Methods in org.apache.accumulo.core.clientImpl.thrift with parameters of type TDiskUsage Modifier and Type Method Description voidClientService.getDiskUsage_result. addToSuccess(TDiskUsage elem)intTDiskUsage. compareTo(TDiskUsage other)booleanTDiskUsage. equals(TDiskUsage that)Method parameters in org.apache.accumulo.core.clientImpl.thrift with type arguments of type TDiskUsage Modifier and Type Method Description voidClientService.AsyncClient. getDiskUsage(Set<String> tables, TCredentials credentials, org.apache.thrift.async.AsyncMethodCallback<List<TDiskUsage>> resultHandler)voidClientService.AsyncIface. getDiskUsage(Set<String> tables, TCredentials credentials, org.apache.thrift.async.AsyncMethodCallback<List<TDiskUsage>> resultHandler)ClientService.getDiskUsage_resultClientService.getDiskUsage_result. setSuccess(List<TDiskUsage> success)voidClientService.AsyncProcessor.getDiskUsage. start(I iface, ClientService.getDiskUsage_args args, org.apache.thrift.async.AsyncMethodCallback<List<TDiskUsage>> resultHandler)Constructors in org.apache.accumulo.core.clientImpl.thrift with parameters of type TDiskUsage Constructor Description TDiskUsage(TDiskUsage other)Performs a deep copy on other.Constructor parameters in org.apache.accumulo.core.clientImpl.thrift with type arguments of type TDiskUsage Constructor Description getDiskUsage_call(Set<String> tables, TCredentials credentials, org.apache.thrift.async.AsyncMethodCallback<List<TDiskUsage>> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)getDiskUsage_result(List<TDiskUsage> success, ThriftSecurityException sec, ThriftTableOperationException toe)
-