Uses of Class
org.apache.accumulo.server.master.state.TServerInstance
-
-
Uses of TServerInstance in org.apache.accumulo.server.log
Methods in org.apache.accumulo.server.log that return types with arguments of type TServerInstance Modifier and Type Method Description Map<TServerInstance,List<UUID>>WalStateManager. getAllMarkers()Methods in org.apache.accumulo.server.log with parameters of type TServerInstance Modifier and Type Method Description voidWalStateManager. addNewWalMarker(TServerInstance tsi, org.apache.hadoop.fs.Path path)voidWalStateManager. closeWal(TServerInstance instance, org.apache.hadoop.fs.Path path)voidWalStateManager. forget(TServerInstance instance)List<org.apache.hadoop.fs.Path>WalStateManager. getWalsInUse(TServerInstance tsi)voidWalStateManager. initWalMarker(TServerInstance tsi)voidWalStateManager. removeWalMarker(TServerInstance instance, UUID uuid)Pair<WalStateManager.WalState,org.apache.hadoop.fs.Path>WalStateManager. state(TServerInstance instance, UUID uuid)voidWalStateManager. walUnreferenced(TServerInstance tsi, org.apache.hadoop.fs.Path path) -
Uses of TServerInstance in org.apache.accumulo.server.master
Methods in org.apache.accumulo.server.master that return TServerInstance Modifier and Type Method Description TServerInstanceLiveTServerSet. find(String tabletServer)Methods in org.apache.accumulo.server.master that return types with arguments of type TServerInstance Modifier and Type Method Description Set<TServerInstance>LiveTServerSet. getCurrentServers()Methods in org.apache.accumulo.server.master with parameters of type TServerInstance Modifier and Type Method Description LiveTServerSet.TServerConnectionLiveTServerSet. getConnection(TServerInstance server)voidLiveTServerSet. remove(TServerInstance server)Method parameters in org.apache.accumulo.server.master with type arguments of type TServerInstance Modifier and Type Method Description voidLiveTServerSet.Listener. update(LiveTServerSet current, Set<TServerInstance> deleted, Set<TServerInstance> added) -
Uses of TServerInstance in org.apache.accumulo.server.master.balancer
Methods in org.apache.accumulo.server.master.balancer that return TServerInstance Modifier and Type Method Description TServerInstanceDefaultLoadBalancer. getAssignment(SortedMap<TServerInstance,TabletServerStatus> locations, TServerInstance last)TServerInstanceGroupBalancer.Location. getTserverInstance()Methods in org.apache.accumulo.server.master.balancer that return types with arguments of type TServerInstance Modifier and Type Method Description protected Map<String,SortedMap<TServerInstance,TabletServerStatus>>HostRegexTableLoadBalancer. splitCurrentByRegex(SortedMap<TServerInstance,TabletServerStatus> current)Group the set of current tservers by pool name.Methods in org.apache.accumulo.server.master.balancer with parameters of type TServerInstance Modifier and Type Method Description TServerInstanceDefaultLoadBalancer. getAssignment(SortedMap<TServerInstance,TabletServerStatus> locations, TServerInstance last)List<TabletStats>TabletBalancer. getOnlineTabletsForTable(TServerInstance tserver, TableId tableId)Fetch the tablets for the given table by asking the tablet server.Constructors in org.apache.accumulo.server.master.balancer with parameters of type TServerInstance Constructor Description Location(TServerInstance tsi) -
Uses of TServerInstance in org.apache.accumulo.server.master.state
Fields in org.apache.accumulo.server.master.state declared as TServerInstance Modifier and Type Field Description TServerInstanceTabletLocationState. currentTServerInstanceTabletLocationState. futureTServerInstanceTabletLocationState. lastTServerInstanceTabletMigration. newServerTServerInstanceTabletMigration. oldServerTServerInstanceAssignment. serverMethods in org.apache.accumulo.server.master.state that return TServerInstance Modifier and Type Method Description TServerInstanceTabletLocationState. futureOrCurrent()TServerInstanceTabletLocationState. getServer()protected TServerInstanceZooTabletStateStore. parse(byte[] current)Methods in org.apache.accumulo.server.master.state that return types with arguments of type TServerInstance Modifier and Type Method Description Set<TServerInstance>CurrentState. onlineTabletServers()Set<TServerInstance>CurrentState. shutdownServers()Methods in org.apache.accumulo.server.master.state with parameters of type TServerInstance Modifier and Type Method Description intTServerInstance. compareTo(TServerInstance other)Method parameters in org.apache.accumulo.server.master.state with type arguments of type TServerInstance Modifier and Type Method Description TabletStateTabletLocationState. getState(Set<TServerInstance> liveServers)static voidTabletStateChangeIterator. setCurrentServers(IteratorSetting cfg, Set<TServerInstance> goodServers)static voidTabletStateChangeIterator. setShuttingDown(IteratorSetting cfg, Set<TServerInstance> servers)voidMetaDataStateStore. suspend(Collection<TabletLocationState> tablets, Map<TServerInstance,List<org.apache.hadoop.fs.Path>> logsForDeadServers, long suspensionTimestamp)abstract voidTabletStateStore. suspend(Collection<TabletLocationState> tablets, Map<TServerInstance,List<org.apache.hadoop.fs.Path>> logsForDeadServers, long suspensionTimestamp)Mark tablets as having no known or future location, but desiring to be returned to their previous tserver.static voidTabletStateStore. suspend(ServerContext context, TabletLocationState tls, Map<TServerInstance,List<org.apache.hadoop.fs.Path>> logsForDeadServers, long suspensionTimestamp)voidZooTabletStateStore. suspend(Collection<TabletLocationState> tablets, Map<TServerInstance,List<org.apache.hadoop.fs.Path>> logsForDeadServers, long suspensionTimestamp)voidMetaDataStateStore. unassign(Collection<TabletLocationState> tablets, Map<TServerInstance,List<org.apache.hadoop.fs.Path>> logsForDeadServers)abstract voidTabletStateStore. unassign(Collection<TabletLocationState> tablets, Map<TServerInstance,List<org.apache.hadoop.fs.Path>> logsForDeadServers)Mark the tablets as having no known or future location.static voidTabletStateStore. unassign(ServerContext context, TabletLocationState tls, Map<TServerInstance,List<org.apache.hadoop.fs.Path>> logsForDeadServers)voidZooTabletStateStore. unassign(Collection<TabletLocationState> tablets, Map<TServerInstance,List<org.apache.hadoop.fs.Path>> logsForDeadServers)Constructors in org.apache.accumulo.server.master.state with parameters of type TServerInstance Constructor Description Assignment(KeyExtent tablet, TServerInstance server)TabletLocationState(KeyExtent extent, TServerInstance future, TServerInstance current, TServerInstance last, SuspendingTServer suspend, Collection<Collection<String>> walogs, boolean chopped)TabletMigration(KeyExtent extent, TServerInstance before, TServerInstance after) -
Uses of TServerInstance in org.apache.accumulo.server.util
Methods in org.apache.accumulo.server.util with parameters of type TServerInstance Modifier and Type Method Description static voidMasterMetadataUtil. addNewTablet(ServerContext context, KeyExtent extent, String path, TServerInstance location, Map<FileRef,DataFileValue> datafileSizes, Map<Long,? extends Collection<FileRef>> bulkLoadedFiles, String time, long lastFlushID, long lastCompactID, ZooLock zooLock)static voidMasterMetadataUtil. replaceDatafiles(ServerContext context, KeyExtent extent, Set<FileRef> datafilesToDelete, Set<FileRef> scanFiles, FileRef path, Long compactionId, DataFileValue size, String address, TServerInstance lastLocation, ZooLock zooLock)static voidMasterMetadataUtil. replaceDatafiles(ServerContext context, KeyExtent extent, Set<FileRef> datafilesToDelete, Set<FileRef> scanFiles, FileRef path, Long compactionId, DataFileValue size, String address, TServerInstance lastLocation, ZooLock zooLock, boolean insertDeleteFlags)static voidMasterMetadataUtil. updateTabletDataFile(ServerContext context, KeyExtent extent, FileRef path, FileRef mergeFile, DataFileValue dfv, String time, Set<FileRef> filesInUseByScans, String address, ZooLock zooLock, Set<String> unusedWalLogs, TServerInstance lastLocation, long flushId)new data file update function adds one data file to a tablet's list
-