public class MaprDBConnectionManager extends Object implements org.cloudgraph.core.ConnectionManager, org.cloudgraph.core.ConnectionConstants
CloudGraphContext,
TableMappingCONNECTION_POOL_BLOCK_WHEN_EXHAUSTED, CONNECTION_POOL_EVICTION_POLICY_CLASS_NAME, CONNECTION_POOL_JMX_ENABLED, CONNECTION_POOL_JMX_NAME_BASE, CONNECTION_POOL_JMX_NAME_PREFIX, CONNECTION_POOL_LIFO, CONNECTION_POOL_MAX_IDLE, CONNECTION_POOL_MAX_SIZE, CONNECTION_POOL_MAX_TOTAL, CONNECTION_POOL_MAX_WAIT_MILLIS, CONNECTION_POOL_MIN_EVICTABLE_IDLE_TIME_MILLIS, CONNECTION_POOL_MIN_IDLE, CONNECTION_POOL_MIN_SIZE, CONNECTION_POOL_NUM_TESTS_PER_EVICTION_RUN, CONNECTION_POOL_SOFT_MIN_EVICTABLE_IDLE_TIME_MILLIS, CONNECTION_POOL_TEST_ON_BORROW, CONNECTION_POOL_TEST_ON_CREATE, CONNECTION_POOL_TEST_ON_RETURN, CONNECTION_POOL_TEST_WHILE_IDLE, CONNECTION_POOL_TIME_BETWEEN_EVICTION_RUNS_MILLIS| Modifier and Type | Method and Description |
|---|---|
void |
createTable(org.cloudgraph.core.Connection connection,
org.cloudgraph.core.client.TableName name,
org.cloudgraph.core.ServiceContext serviceContext) |
void |
deleteTable(org.cloudgraph.core.Connection connection,
org.cloudgraph.core.client.TableName name) |
protected void |
finalize() |
org.cloudgraph.core.Connection |
getConnection() |
static org.cloudgraph.core.ConnectionManager |
instance() |
public static org.cloudgraph.core.ConnectionManager instance()
public org.cloudgraph.core.Connection getConnection()
getConnection in interface org.cloudgraph.core.ConnectionManagerpublic void createTable(org.cloudgraph.core.Connection connection,
org.cloudgraph.core.client.TableName name,
org.cloudgraph.core.ServiceContext serviceContext)
createTable in interface org.cloudgraph.core.ConnectionManagerpublic void deleteTable(org.cloudgraph.core.Connection connection,
org.cloudgraph.core.client.TableName name)
deleteTable in interface org.cloudgraph.core.ConnectionManagerCopyright © 2023. All Rights Reserved.