JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.apache.accumulo.core.spi.common
Interface IteratorConfiguration
public interface
IteratorConfiguration
Provides information about a configured Accumulo Iterator
Since:
2.0.0
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
getIteratorClass
()
String
getName
()
Map
<
String
,
String
>
getOptions
()
int
getPriority
()
Method Details
getIteratorClass
String
getIteratorClass
()
getName
String
getName
()
getPriority
int
getPriority
()
getOptions
Map
<
String
,
String
>
getOptions
()