Uses of Interface
org.apache.accumulo.core.client.Scanner
Package
Description
-
Uses of Scanner in org.apache.accumulo.core.client
Modifier and TypeClassDescriptionclass
A scanner that instantiates iterators on the client side instead of on the tablet server.class
A scanner that presents a row isolated view of an accumulo table.Modifier and TypeMethodDescriptionAccumuloClient.createScanner
(String tableName) Factory method to create a Scanner with all of the user's authorizations.AccumuloClient.createScanner
(String tableName, Authorizations authorizations) Factory method to create a Scanner connected to Accumulo.Modifier and TypeMethodDescriptionvoid
Sets the source Scanner.ModifierConstructorDescriptionClientSideIteratorScanner
(Scanner scanner) Constructs a scanner that can execute client-side iterators.IsolatedScanner
(Scanner scanner) IsolatedScanner
(Scanner scanner, IsolatedScanner.RowBufferFactory bufferFactory) -
Uses of Scanner in org.apache.accumulo.core.client.admin
-
Uses of Scanner in org.apache.accumulo.core.client.rfile