public class LazyFileIterable<T,R> extends Object implements Iterable<R>
| Modifier and Type | Class and Description |
|---|---|
class |
LazyFileIterable.LazyFileIterator<T,R>
Iterator implementation for the iterable defined above.
|
| Constructor and Description |
|---|
LazyFileIterable(String filePath,
Map<T,BitCaskDiskMap.ValueMetadata> map) |
LazyFileIterable(String filePath,
Map<T,BitCaskDiskMap.ValueMetadata> map,
boolean isCompressionEnabled) |
| Modifier and Type | Method and Description |
|---|---|
ClosableIterator<R> |
iterator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic LazyFileIterable(String filePath, Map<T,BitCaskDiskMap.ValueMetadata> map)
public LazyFileIterable(String filePath, Map<T,BitCaskDiskMap.ValueMetadata> map, boolean isCompressionEnabled)
public ClosableIterator<R> iterator()
Copyright © 2024 The Apache Software Foundation. All rights reserved.