public class NChunkedStoreBuilderImpl<T> extends Object implements net.thevpc.nuts.util.NChunkedStoreBuilder<T>
| Constructor and Description |
|---|
NChunkedStoreBuilderImpl() |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.nuts.util.NChunkedStoreBuilder<T> |
append(boolean append) |
net.thevpc.nuts.util.NChunkedStoreBuilder<T> |
bufferSize(int bufferSize) |
net.thevpc.nuts.util.NChunkedStore<T> |
build() |
int |
chunkSize() |
net.thevpc.nuts.util.NChunkedStoreBuilder<T> |
chunkSize(int chunkSize) |
int |
dataBufferSize() |
net.thevpc.nuts.util.NChunkedStoreFactory<T> |
factory() |
net.thevpc.nuts.util.NChunkedStoreBuilder<T> |
factory(net.thevpc.nuts.util.NChunkedStoreFactory<T> factory) |
net.thevpc.nuts.io.NPath |
folder() |
net.thevpc.nuts.util.NChunkedStoreBuilder<T> |
folder(net.thevpc.nuts.io.NPath folder) |
boolean |
isAppend() |
int |
metadataBufferSize() |
net.thevpc.nuts.util.NChunkedStoreBuilder<T> |
metadataBufferSize(int metadataBufferSize) |
int |
numberLayout() |
net.thevpc.nuts.util.NChunkedStoreBuilder<T> |
numberLayout(int numberLayout) |
static <T> net.thevpc.nuts.util.NChunkedStoreBuilder<T> |
of(net.thevpc.nuts.io.NPath folder,
net.thevpc.nuts.util.NChunkedStoreFactory<T> factory) |
public static <T> net.thevpc.nuts.util.NChunkedStoreBuilder<T> of(net.thevpc.nuts.io.NPath folder,
net.thevpc.nuts.util.NChunkedStoreFactory<T> factory)
of in interface net.thevpc.nuts.util.NChunkedStoreBuilder<T>public int metadataBufferSize()
metadataBufferSize in interface net.thevpc.nuts.util.NChunkedStoreBuilder<T>public net.thevpc.nuts.util.NChunkedStoreBuilder<T> metadataBufferSize(int metadataBufferSize)
metadataBufferSize in interface net.thevpc.nuts.util.NChunkedStoreBuilder<T>public net.thevpc.nuts.io.NPath folder()
folder in interface net.thevpc.nuts.util.NChunkedStoreBuilder<T>public net.thevpc.nuts.util.NChunkedStoreBuilder<T> folder(net.thevpc.nuts.io.NPath folder)
folder in interface net.thevpc.nuts.util.NChunkedStoreBuilder<T>public net.thevpc.nuts.util.NChunkedStoreFactory<T> factory()
factory in interface net.thevpc.nuts.util.NChunkedStoreBuilder<T>public net.thevpc.nuts.util.NChunkedStoreBuilder<T> factory(net.thevpc.nuts.util.NChunkedStoreFactory<T> factory)
factory in interface net.thevpc.nuts.util.NChunkedStoreBuilder<T>public int chunkSize()
chunkSize in interface net.thevpc.nuts.util.NChunkedStoreBuilder<T>public net.thevpc.nuts.util.NChunkedStoreBuilder<T> chunkSize(int chunkSize)
chunkSize in interface net.thevpc.nuts.util.NChunkedStoreBuilder<T>public boolean isAppend()
isAppend in interface net.thevpc.nuts.util.NChunkedStoreBuilder<T>public net.thevpc.nuts.util.NChunkedStoreBuilder<T> append(boolean append)
append in interface net.thevpc.nuts.util.NChunkedStoreBuilder<T>public int dataBufferSize()
dataBufferSize in interface net.thevpc.nuts.util.NChunkedStoreBuilder<T>public net.thevpc.nuts.util.NChunkedStoreBuilder<T> bufferSize(int bufferSize)
bufferSize in interface net.thevpc.nuts.util.NChunkedStoreBuilder<T>public int numberLayout()
numberLayout in interface net.thevpc.nuts.util.NChunkedStoreBuilder<T>public net.thevpc.nuts.util.NChunkedStoreBuilder<T> numberLayout(int numberLayout)
numberLayout in interface net.thevpc.nuts.util.NChunkedStoreBuilder<T>Copyright © 2026 vpc open source initiative. All rights reserved.