public interface ClientInfo
Accumulo.newClient()
Modifier and Type | Method and Description |
---|---|
static ClientInfo |
from(Properties properties) |
static ClientInfo |
from(Properties properties,
AuthenticationToken token) |
AuthenticationToken |
getAuthenticationToken() |
String |
getInstanceName() |
String |
getPrincipal() |
Properties |
getProperties() |
String |
getZooKeepers() |
int |
getZooKeepersSessionTimeOut() |
boolean |
saslEnabled() |
String getInstanceName()
String getZooKeepers()
int getZooKeepersSessionTimeOut()
String getPrincipal()
AuthenticationToken getAuthenticationToken()
AuthenticationToken
used for this connectionboolean saslEnabled()
Properties getProperties()
static ClientInfo from(Properties properties)
static ClientInfo from(Properties properties, AuthenticationToken token)
Copyright © 2011–2018 The Apache Software Foundation. All rights reserved.