public class AccumuloManagedConnectionFactory extends BasicManagedConnectionFactory
Modifier and Type | Field and Description |
---|---|
static BundleUtil |
UTIL |
Constructor and Description |
---|
AccumuloManagedConnectionFactory() |
Modifier and Type | Method and Description |
---|---|
BasicConnectionFactory<AccumuloConnectionImpl> |
createConnectionFactory() |
boolean |
equals(Object obj) |
String |
getInstanceName() |
String |
getPassword() |
String |
getRoles() |
String |
getUsername() |
String |
getZooKeeperServerList() |
int |
hashCode() |
void |
setInstanceName(String instanceName) |
void |
setPassword(String password) |
void |
setRoles(String roles) |
void |
setUsername(String username) |
void |
setZooKeeperServerList(String zooKeeperServerList) |
checkEquals, createConnectionFactory, createManagedConnection, getInstance, getInvalidConnections, getLogWriter, getResourceAdapter, matchManagedConnections, setLogWriter, setResourceAdapter
public static final BundleUtil UTIL
public BasicConnectionFactory<AccumuloConnectionImpl> createConnectionFactory() throws javax.resource.ResourceException
createConnectionFactory
in interface javax.resource.spi.ManagedConnectionFactory
createConnectionFactory
in class BasicManagedConnectionFactory
javax.resource.ResourceException
public String getInstanceName()
public void setInstanceName(String instanceName)
public String getZooKeeperServerList()
public void setZooKeeperServerList(String zooKeeperServerList)
public String getUsername()
public void setUsername(String username)
public String getPassword()
public void setPassword(String password)
public String getRoles()
public void setRoles(String roles)
public int hashCode()
Copyright © 2019. All rights reserved.