Uses of Class
org.apache.accumulo.core.master.thrift.TabletServerStatus
-
Packages that use TabletServerStatus Package Description org.apache.accumulo.core.master.thrift org.apache.accumulo.core.tabletserver.thrift -
-
Uses of TabletServerStatus in org.apache.accumulo.core.master.thrift
Fields in org.apache.accumulo.core.master.thrift with type parameters of type TabletServerStatus Modifier and Type Field Description List<TabletServerStatus>MasterMonitorInfo. tServerInfoMethods in org.apache.accumulo.core.master.thrift that return TabletServerStatus Modifier and Type Method Description TabletServerStatusTabletServerStatus. deepCopy()TabletServerStatusTabletServerStatus. setBulkImports(List<BulkImportStatus> bulkImports)TabletServerStatusTabletServerStatus. setDataCacheHits(long dataCacheHits)TabletServerStatusTabletServerStatus. setDataCacheRequest(long dataCacheRequest)TabletServerStatusTabletServerStatus. setFlushs(long flushs)TabletServerStatusTabletServerStatus. setHoldTime(long holdTime)TabletServerStatusTabletServerStatus. setIndexCacheHits(long indexCacheHits)TabletServerStatusTabletServerStatus. setIndexCacheRequest(long indexCacheRequest)TabletServerStatusTabletServerStatus. setLastContact(long lastContact)TabletServerStatusTabletServerStatus. setLogSorts(List<RecoveryStatus> logSorts)TabletServerStatusTabletServerStatus. setLookups(long lookups)TabletServerStatusTabletServerStatus. setName(String name)TabletServerStatusTabletServerStatus. setOsLoad(double osLoad)TabletServerStatusTabletServerStatus. setResponseTime(long responseTime)TabletServerStatusTabletServerStatus. setSyncs(long syncs)TabletServerStatusTabletServerStatus. setTableMap(Map<String,TableInfo> tableMap)TabletServerStatusTabletServerStatus. setVersion(String version)Methods in org.apache.accumulo.core.master.thrift that return types with arguments of type TabletServerStatus Modifier and Type Method Description List<TabletServerStatus>MasterMonitorInfo. getTServerInfo()Iterator<TabletServerStatus>MasterMonitorInfo. getTServerInfoIterator()Methods in org.apache.accumulo.core.master.thrift with parameters of type TabletServerStatus Modifier and Type Method Description voidMasterMonitorInfo. addToTServerInfo(TabletServerStatus elem)intTabletServerStatus. compareTo(TabletServerStatus other)booleanTabletServerStatus. equals(TabletServerStatus that)Method parameters in org.apache.accumulo.core.master.thrift with type arguments of type TabletServerStatus Modifier and Type Method Description MasterMonitorInfoMasterMonitorInfo. setTServerInfo(List<TabletServerStatus> tServerInfo)Constructors in org.apache.accumulo.core.master.thrift with parameters of type TabletServerStatus Constructor Description TabletServerStatus(TabletServerStatus other)Performs a deep copy on other.Constructor parameters in org.apache.accumulo.core.master.thrift with type arguments of type TabletServerStatus Constructor Description MasterMonitorInfo(Map<String,TableInfo> tableMap, List<TabletServerStatus> tServerInfo, Map<String,Byte> badTServers, MasterState state, MasterGoalState goalState, int unassignedTablets, Set<String> serversShuttingDown, List<DeadServer> deadTabletServers, List<BulkImportStatus> bulkImports) -
Uses of TabletServerStatus in org.apache.accumulo.core.tabletserver.thrift
Fields in org.apache.accumulo.core.tabletserver.thrift declared as TabletServerStatus Modifier and Type Field Description TabletServerStatusTabletClientService.getTabletServerStatus_result. successMethods in org.apache.accumulo.core.tabletserver.thrift that return TabletServerStatus Modifier and Type Method Description TabletServerStatusTabletClientService.AsyncClient.getTabletServerStatus_call. getResult()TabletServerStatusTabletClientService.getTabletServerStatus_result. getSuccess()TabletServerStatusTabletClientService.Client. getTabletServerStatus(TInfo tinfo, TCredentials credentials)TabletServerStatusTabletClientService.Iface. getTabletServerStatus(TInfo tinfo, TCredentials credentials)TabletServerStatusTabletClientService.Client. recv_getTabletServerStatus()Methods in org.apache.accumulo.core.tabletserver.thrift that return types with arguments of type TabletServerStatus Modifier and Type Method Description org.apache.thrift.async.AsyncMethodCallback<TabletServerStatus>TabletClientService.AsyncProcessor.getTabletServerStatus. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)Methods in org.apache.accumulo.core.tabletserver.thrift with parameters of type TabletServerStatus Modifier and Type Method Description TabletClientService.getTabletServerStatus_resultTabletClientService.getTabletServerStatus_result. setSuccess(TabletServerStatus success)Method parameters in org.apache.accumulo.core.tabletserver.thrift with type arguments of type TabletServerStatus Modifier and Type Method Description voidTabletClientService.AsyncClient. getTabletServerStatus(TInfo tinfo, TCredentials credentials, org.apache.thrift.async.AsyncMethodCallback<TabletServerStatus> resultHandler)voidTabletClientService.AsyncIface. getTabletServerStatus(TInfo tinfo, TCredentials credentials, org.apache.thrift.async.AsyncMethodCallback<TabletServerStatus> resultHandler)voidTabletClientService.AsyncProcessor.getTabletServerStatus. start(I iface, TabletClientService.getTabletServerStatus_args args, org.apache.thrift.async.AsyncMethodCallback<TabletServerStatus> resultHandler)Constructors in org.apache.accumulo.core.tabletserver.thrift with parameters of type TabletServerStatus Constructor Description getTabletServerStatus_result(TabletServerStatus success, ThriftSecurityException sec)Constructor parameters in org.apache.accumulo.core.tabletserver.thrift with type arguments of type TabletServerStatus Constructor Description getTabletServerStatus_call(TInfo tinfo, TCredentials credentials, org.apache.thrift.async.AsyncMethodCallback<TabletServerStatus> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)
-