public class CassandraCachePrimer extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_FETCH_MORE_THRESHOLD |
static int |
DEFAULT_FETCH_SIZE |
| Constructor and Description |
|---|
CassandraCachePrimer(CassandraSession session) |
| Modifier and Type | Method and Description |
|---|---|
int |
getFetchMoreThreshold() |
int |
getFetchSize() |
void |
prime(ResourceMetadataCache cache) |
void |
prime(ResourceMetadataCache cache,
org.opennms.newts.api.Context context) |
void |
setFetchMoreThreshold(int fetchMoreThreshold) |
void |
setFetchSize(int fetchSize) |
public static final int DEFAULT_FETCH_SIZE
public static final int DEFAULT_FETCH_MORE_THRESHOLD
@Inject public CassandraCachePrimer(CassandraSession session)
public void prime(ResourceMetadataCache cache)
public void prime(ResourceMetadataCache cache, org.opennms.newts.api.Context context)
public int getFetchSize()
public void setFetchSize(int fetchSize)
public int getFetchMoreThreshold()
public void setFetchMoreThreshold(int fetchMoreThreshold)
Copyright © 2022. All rights reserved.