| Package | Description |
|---|---|
| org.calrissian.accumlorecipes.changelog.impl | |
| org.calrissian.accumlorecipes.changelog.iterator | |
| org.calrissian.accumlorecipes.changelog.support |
| Constructor and Description |
|---|
AccumuloChangelogStore(org.apache.accumulo.core.client.Connector connector,
BucketSize bucketSize) |
AccumuloChangelogStore(org.apache.accumulo.core.client.Connector connector,
String tableName,
StoreConfig config,
BucketSize bucketSize) |
| Modifier and Type | Field and Description |
|---|---|
protected BucketSize |
BucketRollupIterator.bucketSize |
| Modifier and Type | Method and Description |
|---|---|
static void |
BucketRollupIterator.setBucketSize(org.apache.accumulo.core.client.IteratorSetting is,
BucketSize bucketSize) |
static void |
BucketHashIterator.setBucketSize(org.apache.accumulo.core.client.IteratorSetting is,
BucketSize bucketSize) |
| Modifier and Type | Method and Description |
|---|---|
static BucketSize |
BucketSize.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BucketSize[] |
BucketSize.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Long |
Utils.truncatedReverseTimestamp(long timestamp,
BucketSize bucketSize)
Defaults to 15 mins.
|
Copyright © 2014 Calrissian. All Rights Reserved.