org.apache.accumulo.core.iterators
public static enum IteratorUtil.IteratorScope extends Enum<IteratorUtil.IteratorScope>
Modifier and Type | Method and Description |
---|---|
static Property |
getProperty(IteratorUtil.IteratorScope scope)
Fetch the correct configuration key prefix for the given scope.
|
static IteratorUtil.IteratorScope |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IteratorUtil.IteratorScope[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IteratorUtil.IteratorScope majc
public static final IteratorUtil.IteratorScope minc
public static final IteratorUtil.IteratorScope scan
public static IteratorUtil.IteratorScope[] values()
for (IteratorUtil.IteratorScope c : IteratorUtil.IteratorScope.values()) System.out.println(c);
public static IteratorUtil.IteratorScope valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant
with the specified nameNullPointerException
- if the argument is nullpublic static Property getProperty(IteratorUtil.IteratorScope scope)
Copyright © 2014 Apache Accumulo Project. All Rights Reserved.