public class ContextConfiguration extends Object
| Constructor and Description |
|---|
ContextConfiguration(org.opennms.newts.api.Context context,
org.opennms.newts.api.Duration resourceShard,
com.datastax.driver.core.ConsistencyLevel readConsistency,
com.datastax.driver.core.ConsistencyLevel writeConsistency) |
| Modifier and Type | Method and Description |
|---|---|
org.opennms.newts.api.Context |
getContext() |
com.datastax.driver.core.ConsistencyLevel |
getReadConsistency() |
org.opennms.newts.api.Duration |
getResourceShard() |
com.datastax.driver.core.ConsistencyLevel |
getWriteConsistency() |
public ContextConfiguration(org.opennms.newts.api.Context context,
org.opennms.newts.api.Duration resourceShard,
com.datastax.driver.core.ConsistencyLevel readConsistency,
com.datastax.driver.core.ConsistencyLevel writeConsistency)
public org.opennms.newts.api.Context getContext()
public org.opennms.newts.api.Duration getResourceShard()
public com.datastax.driver.core.ConsistencyLevel getReadConsistency()
public com.datastax.driver.core.ConsistencyLevel getWriteConsistency()
Copyright © 2022. All rights reserved.