|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of IteratorUtil.IteratorScope in org.apache.accumulo.core.client.admin |
|---|
| Methods in org.apache.accumulo.core.client.admin that return types with arguments of type IteratorUtil.IteratorScope | |
|---|---|
Map<String,EnumSet<IteratorUtil.IteratorScope>> |
TableOperationsHelper.listIterators(String tableName)
|
Map<String,EnumSet<IteratorUtil.IteratorScope>> |
TableOperations.listIterators(String tableName)
Get a list of iterators for this table. |
| Methods in org.apache.accumulo.core.client.admin with parameters of type IteratorUtil.IteratorScope | |
|---|---|
IteratorSetting |
TableOperationsHelper.getIteratorSetting(String tableName,
String name,
IteratorUtil.IteratorScope scope)
|
IteratorSetting |
TableOperations.getIteratorSetting(String tableName,
String name,
IteratorUtil.IteratorScope scope)
Get the settings for an iterator. |
| Method parameters in org.apache.accumulo.core.client.admin with type arguments of type IteratorUtil.IteratorScope | |
|---|---|
void |
TableOperationsHelper.attachIterator(String tableName,
IteratorSetting setting,
EnumSet<IteratorUtil.IteratorScope> scopes)
|
void |
TableOperations.attachIterator(String tableName,
IteratorSetting setting,
EnumSet<IteratorUtil.IteratorScope> scopes)
Add an iterator to a table on the given scopes. |
void |
TableOperationsHelper.checkIteratorConflicts(String tableName,
IteratorSetting setting,
EnumSet<IteratorUtil.IteratorScope> scopes)
|
void |
TableOperations.checkIteratorConflicts(String tableName,
IteratorSetting setting,
EnumSet<IteratorUtil.IteratorScope> scopes)
Check whether a given iterator configuration conflicts with existing configuration; in particular, determine if the name or priority are already in use for the specified scopes. |
void |
TableOperationsHelper.removeIterator(String tableName,
String name,
EnumSet<IteratorUtil.IteratorScope> scopes)
|
void |
TableOperations.removeIterator(String tableName,
String name,
EnumSet<IteratorUtil.IteratorScope> scopes)
Remove an iterator from a table by name. |
| Uses of IteratorUtil.IteratorScope in org.apache.accumulo.core.iterators |
|---|
| Methods in org.apache.accumulo.core.iterators that return IteratorUtil.IteratorScope | |
|---|---|
IteratorUtil.IteratorScope |
IteratorEnvironment.getIteratorScope()
|
static IteratorUtil.IteratorScope |
IteratorUtil.IteratorScope.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static IteratorUtil.IteratorScope[] |
IteratorUtil.IteratorScope.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.apache.accumulo.core.iterators with parameters of type IteratorUtil.IteratorScope | ||
|---|---|---|
static String |
IteratorUtil.findIterator(IteratorUtil.IteratorScope scope,
String className,
AccumuloConfiguration conf,
Map<String,String> opts)
|
|
static int |
IteratorUtil.getMaxPriority(IteratorUtil.IteratorScope scope,
AccumuloConfiguration conf)
|
|
static
|
IteratorUtil.loadIterators(IteratorUtil.IteratorScope scope,
SortedKeyValueIterator<K,V> source,
KeyExtent extent,
AccumuloConfiguration conf,
IteratorEnvironment env)
|
|
static
|
IteratorUtil.loadIterators(IteratorUtil.IteratorScope scope,
SortedKeyValueIterator<K,V> source,
KeyExtent extent,
AccumuloConfiguration conf,
List<IterInfo> ssiList,
Map<String,Map<String,String>> ssio,
IteratorEnvironment env)
|
|
static
|
IteratorUtil.loadIterators(IteratorUtil.IteratorScope scope,
SortedKeyValueIterator<K,V> source,
KeyExtent extent,
AccumuloConfiguration conf,
List<IterInfo> ssiList,
Map<String,Map<String,String>> ssio,
IteratorEnvironment env,
boolean useAccumuloClassLoader)
|
|
| Uses of IteratorUtil.IteratorScope in org.apache.accumulo.examples.wikisearch.iterator |
|---|
| Methods in org.apache.accumulo.examples.wikisearch.iterator that return IteratorUtil.IteratorScope | |
|---|---|
IteratorUtil.IteratorScope |
DefaultIteratorEnvironment.getIteratorScope()
|
| Uses of IteratorUtil.IteratorScope in org.apache.accumulo.server.tabletserver |
|---|
| Methods in org.apache.accumulo.server.tabletserver that return IteratorUtil.IteratorScope | |
|---|---|
IteratorUtil.IteratorScope |
TabletIteratorEnvironment.getIteratorScope()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||