public class NChunkedStoreImpl<T> extends Object implements net.thevpc.nuts.util.NChunkedStore<T>
| Constructor and Description |
|---|
NChunkedStoreImpl(net.thevpc.nuts.io.NPath folder,
int chunkSize,
boolean append,
int dataBufferSize,
int metadataBufferSize,
int chunkNumberLayout,
net.thevpc.nuts.util.NChunkedStoreFactory<T> factory) |
public NChunkedStoreImpl(net.thevpc.nuts.io.NPath folder,
int chunkSize,
boolean append,
int dataBufferSize,
int metadataBufferSize,
int chunkNumberLayout,
net.thevpc.nuts.util.NChunkedStoreFactory<T> factory)
public net.thevpc.nuts.util.NIterator<T> iterator()
iterator in interface net.thevpc.nuts.util.NChunkedStore<T>public boolean isEmpty()
isEmpty in interface net.thevpc.nuts.util.NChunkedStore<T>public long size()
size in interface net.thevpc.nuts.util.NChunkedStore<T>public net.thevpc.nuts.util.NStream<T> stream()
stream in interface net.thevpc.nuts.util.NChunkedStore<T>public void flush()
flush in interface net.thevpc.nuts.util.NChunkedStore<T>public void close()
close in interface AutoCloseableclose in interface net.thevpc.nuts.util.NChunkedStore<T>Copyright © 2026 vpc open source initiative. All rights reserved.