Package org.apache.accumulo.server
Interface HighlyAvailableService
-
public interface HighlyAvailableService
This interface allows service implementations which support running multiple instances concurrently with only one active instance to report whether or not they are the active service.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isActiveService()
Is this service instance currently the active instance for the Accumulo cluster.
-