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