Uses of Interface
org.apache.accumulo.core.singletons.SingletonService
-
Packages that use SingletonService Package Description org.apache.accumulo.core.singletons -
-
Uses of SingletonService in org.apache.accumulo.core.singletons
Methods in org.apache.accumulo.core.singletons with parameters of type SingletonService Modifier and Type Method Description static void
SingletonManager. register(SingletonService service)
Register a static singleton that should be disabled and enabled as needed.
-