Uses of Interface
org.apache.accumulo.core.client.Scanner
Packages that use Scanner
Package
Description
-
Uses of Scanner in org.apache.accumulo.core.client
Classes in org.apache.accumulo.core.client that implement ScannerModifier 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.Methods in org.apache.accumulo.core.client that return ScannerModifier 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.Methods in org.apache.accumulo.core.client with parameters of type ScannerModifier and TypeMethodDescriptionvoid
Sets the source Scanner.Constructors in org.apache.accumulo.core.client with parameters of type ScannerModifierConstructorDescriptionClientSideIteratorScanner
(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
Methods in org.apache.accumulo.core.client.admin with parameters of type Scanner -
Uses of Scanner in org.apache.accumulo.core.client.rfile
Methods in org.apache.accumulo.core.client.rfile that return Scanner