public class NChunkedStoreBuilderImpl<T> extends Object implements NChunkedStoreBuilder<T>
| Constructor and Description |
|---|
NChunkedStoreBuilderImpl() |
| Modifier and Type | Method and Description |
|---|---|
NChunkedStore<T> |
build() |
int |
getChunkSize() |
int |
getDataBufferSize() |
NChunkedStoreFactory<T> |
getFactory() |
NPath |
getFolder() |
int |
getMetadataBufferSize() |
int |
getNumberLayout() |
boolean |
isAppend() |
static <T> NChunkedStoreBuilder<T> |
of(NPath folder,
NChunkedStoreFactory<T> factory) |
NChunkedStoreBuilder<T> |
setAppend(boolean append) |
NChunkedStoreBuilder<T> |
setBufferSize(int bufferSize) |
NChunkedStoreBuilder<T> |
setChunkSize(int chunkSize) |
NChunkedStoreBuilder<T> |
setFactory(NChunkedStoreFactory<T> factory) |
NChunkedStoreBuilder<T> |
setFolder(NPath folder) |
NChunkedStoreBuilder<T> |
setMetadataBufferSize(int metadataBufferSize) |
NChunkedStoreBuilder<T> |
setNumberLayout(int numberLayout) |
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 getMetadataBufferSize()
getMetadataBufferSize in interface NChunkedStoreBuilder<T>public NChunkedStoreBuilder<T> setMetadataBufferSize(int metadataBufferSize)
setMetadataBufferSize in interface NChunkedStoreBuilder<T>public NPath getFolder()
getFolder in interface NChunkedStoreBuilder<T>public NChunkedStoreBuilder<T> setFolder(NPath folder)
setFolder in interface NChunkedStoreBuilder<T>public NChunkedStoreFactory<T> getFactory()
getFactory in interface NChunkedStoreBuilder<T>public NChunkedStoreBuilder<T> setFactory(NChunkedStoreFactory<T> factory)
setFactory in interface NChunkedStoreBuilder<T>public int getChunkSize()
getChunkSize in interface NChunkedStoreBuilder<T>public NChunkedStoreBuilder<T> setChunkSize(int chunkSize)
setChunkSize in interface NChunkedStoreBuilder<T>public boolean isAppend()
isAppend in interface NChunkedStoreBuilder<T>public NChunkedStoreBuilder<T> setAppend(boolean append)
setAppend in interface NChunkedStoreBuilder<T>public int getDataBufferSize()
getDataBufferSize in interface NChunkedStoreBuilder<T>public NChunkedStoreBuilder<T> setBufferSize(int bufferSize)
setBufferSize in interface NChunkedStoreBuilder<T>public int getNumberLayout()
getNumberLayout in interface NChunkedStoreBuilder<T>public NChunkedStoreBuilder<T> setNumberLayout(int numberLayout)
setNumberLayout in interface NChunkedStoreBuilder<T>public NChunkedStore<T> build()
build in interface NChunkedStoreBuilder<T>Copyright © 2026 vpc open source initiative. All rights reserved.