Uses of Class
org.apache.accumulo.core.singletons.SingletonReservation
-
Packages that use SingletonReservation Package Description org.apache.accumulo.core.clientImpl org.apache.accumulo.core.singletons -
-
Uses of SingletonReservation in org.apache.accumulo.core.clientImpl
Constructors in org.apache.accumulo.core.clientImpl with parameters of type SingletonReservation Constructor Description ClientContext(SingletonReservation reservation, ClientInfo info, AccumuloConfiguration serverConf)
Create a client context with the provided configuration. -
Uses of SingletonReservation in org.apache.accumulo.core.singletons
Methods in org.apache.accumulo.core.singletons that return SingletonReservation Modifier and Type Method Description static SingletonReservation
SingletonManager. getClientReservation()
This method should be called when creating Accumulo clients using the public API.static SingletonReservation
SingletonReservation. noop()
-