org.apache.hadoop.hbase
Interface Stoppable

All Known Subinterfaces:
CompactionThroughputController, FileCleanerDelegate, LoadBalancer, MasterServices, org.apache.hadoop.hbase.regionserver.OnlineRegions, RegionServerServices, Server
All Known Implementing Classes:
BaseFileCleanerDelegate, BaseHFileCleanerDelegate, BaseLoadBalancer, BaseLogCleanerDelegate, FavoredNodeLoadBalancer, HFileLinkCleaner, HMaster, HMasterCommandLine.LocalHMaster, HRegionServer, HRegionServer.MovedRegionsCleaner, LongTermArchivingHFileCleaner, MasterProcedureManager, NoLimitCompactionThroughputController, PressureAwareCompactionThroughputController, ReplicationLogCleaner, SimpleLoadBalancer, SnapshotFileCache, SnapshotHFileCleaner, SnapshotLogCleaner, SnapshotManager, StochasticLoadBalancer, TimeToLiveHFileCleaner, TimeToLiveLogCleaner

@InterfaceAudience.Private
public interface Stoppable

Implementers are Stoppable.


Method Summary
 boolean isStopped()
           
 void stop(String why)
          Stop this service.
 

Method Detail

stop

void stop(String why)
Stop this service.

Parameters:
why - Why we're stopping.

isStopped

boolean isStopped()
Returns:
True if stop(String) has been closed.


Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.