public class NChunkedStoreBuilderImpl<T> extends Object implements NChunkedStoreBuilder<T>
| Constructor and Description |
|---|
NChunkedStoreBuilderImpl() |
| Modifier and Type | Method and Description |
|---|---|
NChunkedStoreBuilder<T> |
append(boolean append) |
NChunkedStoreBuilder<T> |
bufferSize(int bufferSize) |
NChunkedStore<T> |
build() |
int |
chunkSize() |
NChunkedStoreBuilder<T> |
chunkSize(int chunkSize) |
int |
dataBufferSize() |
NChunkedStoreFactory<T> |
factory() |
NChunkedStoreBuilder<T> |
factory(NChunkedStoreFactory<T> factory) |
NPath |
folder() |
NChunkedStoreBuilder<T> |
folder(NPath folder) |
boolean |
isAppend() |
int |
metadataBufferSize() |
NChunkedStoreBuilder<T> |
metadataBufferSize(int metadataBufferSize) |
int |
numberLayout() |
NChunkedStoreBuilder<T> |
numberLayout(int numberLayout) |
static <T> NChunkedStoreBuilder<T> |
of(NPath folder,
NChunkedStoreFactory<T> factory) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitofLinespublic static <T> NChunkedStoreBuilder<T> of(NPath folder, NChunkedStoreFactory<T> factory)
of in interface NChunkedStoreBuilder<T>public int metadataBufferSize()
metadataBufferSize in interface NChunkedStoreBuilder<T>public NChunkedStoreBuilder<T> metadataBufferSize(int metadataBufferSize)
metadataBufferSize in interface NChunkedStoreBuilder<T>public NPath folder()
folder in interface NChunkedStoreBuilder<T>public NChunkedStoreBuilder<T> folder(NPath folder)
folder in interface NChunkedStoreBuilder<T>public NChunkedStoreFactory<T> factory()
factory in interface NChunkedStoreBuilder<T>public NChunkedStoreBuilder<T> factory(NChunkedStoreFactory<T> factory)
factory in interface NChunkedStoreBuilder<T>public int chunkSize()
chunkSize in interface NChunkedStoreBuilder<T>public NChunkedStoreBuilder<T> chunkSize(int chunkSize)
chunkSize in interface NChunkedStoreBuilder<T>public boolean isAppend()
isAppend in interface NChunkedStoreBuilder<T>public NChunkedStoreBuilder<T> append(boolean append)
append in interface NChunkedStoreBuilder<T>public int dataBufferSize()
dataBufferSize in interface NChunkedStoreBuilder<T>public NChunkedStoreBuilder<T> bufferSize(int bufferSize)
bufferSize in interface NChunkedStoreBuilder<T>public int numberLayout()
numberLayout in interface NChunkedStoreBuilder<T>public NChunkedStoreBuilder<T> numberLayout(int numberLayout)
numberLayout in interface NChunkedStoreBuilder<T>public NChunkedStore<T> build()
build in interface NChunkedStoreBuilder<T>Copyright © 2026 vpc open source initiative. All rights reserved.