Uses of Interface
org.apache.accumulo.core.clientImpl.ClientInfo
-
Packages that use ClientInfo Package Description org.apache.accumulo.core.clientImpl -
-
Uses of ClientInfo in org.apache.accumulo.core.clientImpl
Classes in org.apache.accumulo.core.clientImpl that implement ClientInfo Modifier and Type Class Description classClientInfoImplMethods in org.apache.accumulo.core.clientImpl that return ClientInfo Modifier and Type Method Description static ClientInfoClientInfo. from(Path propertiesFile)static ClientInfoClientInfo. from(Properties properties)static ClientInfoClientInfo. from(Properties properties, AuthenticationToken token)Constructors in org.apache.accumulo.core.clientImpl with parameters of type ClientInfo Constructor Description ClientContext(SingletonReservation reservation, ClientInfo info, AccumuloConfiguration serverConf)Create a client context with the provided configuration.
-