Uses of Class
org.apache.accumulo.core.tabletserver.thrift.TabletStats
-
Packages that use TabletStats Package Description org.apache.accumulo.core.tabletserver.thrift -
-
Uses of TabletStats in org.apache.accumulo.core.tabletserver.thrift
Fields in org.apache.accumulo.core.tabletserver.thrift declared as TabletStats Modifier and Type Field Description TabletStatsTabletClientService.getHistoricalStats_result. successFields in org.apache.accumulo.core.tabletserver.thrift with type parameters of type TabletStats Modifier and Type Field Description List<TabletStats>TabletClientService.getTabletStats_result. successMethods in org.apache.accumulo.core.tabletserver.thrift that return TabletStats Modifier and Type Method Description TabletStatsTabletStats. deepCopy()TabletStatsTabletClientService.Client. getHistoricalStats(TInfo tinfo, TCredentials credentials)TabletStatsTabletClientService.Iface. getHistoricalStats(TInfo tinfo, TCredentials credentials)TabletStatsTabletClientService.AsyncClient.getHistoricalStats_call. getResult()TabletStatsTabletClientService.getHistoricalStats_result. getSuccess()TabletStatsTabletClientService.Client. recv_getHistoricalStats()TabletStatsTabletStats. setExtent(TKeyExtent extent)TabletStatsTabletStats. setIngestRate(double ingestRate)TabletStatsTabletStats. setMajors(ActionStats majors)TabletStatsTabletStats. setMinors(ActionStats minors)TabletStatsTabletStats. setNumEntries(long numEntries)TabletStatsTabletStats. setQueryRate(double queryRate)TabletStatsTabletStats. setSplitCreationTime(long splitCreationTime)TabletStatsTabletStats. setSplits(ActionStats splits)Methods in org.apache.accumulo.core.tabletserver.thrift that return types with arguments of type TabletStats Modifier and Type Method Description List<TabletStats>TabletClientService.AsyncClient.getTabletStats_call. getResult()org.apache.thrift.async.AsyncMethodCallback<TabletStats>TabletClientService.AsyncProcessor.getHistoricalStats. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)org.apache.thrift.async.AsyncMethodCallback<List<TabletStats>>TabletClientService.AsyncProcessor.getTabletStats. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)List<TabletStats>TabletClientService.getTabletStats_result. getSuccess()Iterator<TabletStats>TabletClientService.getTabletStats_result. getSuccessIterator()List<TabletStats>TabletClientService.Client. getTabletStats(TInfo tinfo, TCredentials credentials, String tableId)List<TabletStats>TabletClientService.Iface. getTabletStats(TInfo tinfo, TCredentials credentials, String tableId)List<TabletStats>TabletClientService.Client. recv_getTabletStats()Methods in org.apache.accumulo.core.tabletserver.thrift with parameters of type TabletStats Modifier and Type Method Description voidTabletClientService.getTabletStats_result. addToSuccess(TabletStats elem)intTabletStats. compareTo(TabletStats other)booleanTabletStats. equals(TabletStats that)TabletClientService.getHistoricalStats_resultTabletClientService.getHistoricalStats_result. setSuccess(TabletStats success)Method parameters in org.apache.accumulo.core.tabletserver.thrift with type arguments of type TabletStats Modifier and Type Method Description voidTabletClientService.AsyncClient. getHistoricalStats(TInfo tinfo, TCredentials credentials, org.apache.thrift.async.AsyncMethodCallback<TabletStats> resultHandler)voidTabletClientService.AsyncIface. getHistoricalStats(TInfo tinfo, TCredentials credentials, org.apache.thrift.async.AsyncMethodCallback<TabletStats> resultHandler)voidTabletClientService.AsyncClient. getTabletStats(TInfo tinfo, TCredentials credentials, String tableId, org.apache.thrift.async.AsyncMethodCallback<List<TabletStats>> resultHandler)voidTabletClientService.AsyncIface. getTabletStats(TInfo tinfo, TCredentials credentials, String tableId, org.apache.thrift.async.AsyncMethodCallback<List<TabletStats>> resultHandler)TabletClientService.getTabletStats_resultTabletClientService.getTabletStats_result. setSuccess(List<TabletStats> success)voidTabletClientService.AsyncProcessor.getHistoricalStats. start(I iface, TabletClientService.getHistoricalStats_args args, org.apache.thrift.async.AsyncMethodCallback<TabletStats> resultHandler)voidTabletClientService.AsyncProcessor.getTabletStats. start(I iface, TabletClientService.getTabletStats_args args, org.apache.thrift.async.AsyncMethodCallback<List<TabletStats>> resultHandler)Constructors in org.apache.accumulo.core.tabletserver.thrift with parameters of type TabletStats Constructor Description getHistoricalStats_result(TabletStats success, ThriftSecurityException sec)TabletStats(TabletStats other)Performs a deep copy on other.Constructor parameters in org.apache.accumulo.core.tabletserver.thrift with type arguments of type TabletStats Constructor Description getHistoricalStats_call(TInfo tinfo, TCredentials credentials, org.apache.thrift.async.AsyncMethodCallback<TabletStats> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)getTabletStats_call(TInfo tinfo, TCredentials credentials, String tableId, org.apache.thrift.async.AsyncMethodCallback<List<TabletStats>> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)getTabletStats_result(List<TabletStats> success, ThriftSecurityException sec)
-