@InterfaceAudience.LimitedPrivate(value="Coprocesssor") @InterfaceStability.Evolving public interface InternalScanner extends Closeable
Additionally, we need to be able to determine if the scanner is doing wildcard column matches (when only a column family is specified or if a column regex is specified) or if multiple members of the same column family were specified. If so, we need to ignore the timestamp to ensure that we get all the family members, as they may have been last updated at different times.
default boolean next(List<Cell> result) throws IOException
result - return output arrayIOException - eboolean next(List<Cell> result, ScannerContext scannerContext) throws IOException
result - return output arrayscannerContext - IOException - evoid close()
throws IOException
close 在接口中 AutoCloseableclose 在接口中 CloseableIOExceptionCopyright © 2007–2019 The Apache Software Foundation. All rights reserved.