public class CassandraManagedConnectionFactory
extends org.teiid.resource.spi.BasicManagedConnectionFactory
| Modifier and Type | Field and Description |
|---|---|
static BundleUtil |
UTIL |
| Constructor and Description |
|---|
CassandraManagedConnectionFactory() |
| Modifier and Type | Method and Description |
|---|---|
org.teiid.resource.spi.BasicConnectionFactory<CassandraConnectionImpl> |
createConnectionFactory() |
boolean |
equals(Object obj) |
String |
getAddress() |
String |
getKeyspace() |
String |
getPassword() |
Integer |
getPort() |
String |
getUsername() |
int |
hashCode() |
void |
setAddress(String address) |
void |
setKeyspace(String keyspace) |
void |
setPassword(String password) |
void |
setPort(Integer port) |
void |
setUsername(String username) |
public static final BundleUtil UTIL
public org.teiid.resource.spi.BasicConnectionFactory<CassandraConnectionImpl> createConnectionFactory() throws javax.resource.ResourceException
createConnectionFactory in interface javax.resource.spi.ManagedConnectionFactorycreateConnectionFactory in class org.teiid.resource.spi.BasicManagedConnectionFactoryjavax.resource.ResourceExceptionpublic String getKeyspace()
public void setKeyspace(String keyspace)
public String getAddress()
public void setAddress(String address)
public String getUsername()
public void setUsername(String username)
public String getPassword()
public void setPassword(String password)
public Integer getPort()
public void setPort(Integer port)
public int hashCode()
Copyright © 2018 JBoss by Red Hat. All rights reserved.