public abstract static class BlockAliasMap.Reader<U extends BlockAlias> extends Object implements Iterable<U>, Closeable
BlockAlias
es
for provided blocks.Modifier and Type | Class and Description |
---|---|
static interface |
BlockAliasMap.Reader.Options
reader options.
|
Constructor and Description |
---|
Reader() |
Modifier and Type | Method and Description |
---|---|
abstract Optional<U> |
resolve(org.apache.hadoop.hdfs.protocol.Block ident) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, iterator, spliterator
public abstract Optional<U> resolve(org.apache.hadoop.hdfs.protocol.Block ident) throws IOException
ident
- block to resolveIOException
Copyright © 2008–2021 Apache Software Foundation. All rights reserved.