public class LocalPageStoreOptions extends PageStoreOptions
LocalPageStore
.mAlluxioVersion, mCacheSize, mPageSize, mRootDir
Constructor and Description |
---|
LocalPageStoreOptions()
Creates a new instance of
LocalPageStoreOptions . |
Modifier and Type | Method and Description |
---|---|
int |
getBufferPoolSize() |
int |
getBufferSize() |
int |
getFileBuckets() |
PageStoreType |
getType() |
LocalPageStoreOptions |
setBufferPoolSize(int bufferPoolSize) |
LocalPageStoreOptions |
setBufferSize(int bufferSize) |
LocalPageStoreOptions |
setFileBuckets(int fileBuckets) |
String |
toString() |
create, getAlluxioVersion, getCacheSize, getPageSize, getRootDir, setAlluxioVersion, setCacheSize, setPageSize, setRootDir, toOptions
public LocalPageStoreOptions()
LocalPageStoreOptions
.public LocalPageStoreOptions setBufferPoolSize(int bufferPoolSize)
bufferPoolSize
- sets the buffer pool sizepublic int getBufferPoolSize()
public LocalPageStoreOptions setBufferSize(int bufferSize)
bufferSize
- the number of buffers in the buffer poolpublic int getBufferSize()
public LocalPageStoreOptions setFileBuckets(int fileBuckets)
fileBuckets
- the number of buckets to place files inpublic int getFileBuckets()
public PageStoreType getType()
getType
in class PageStoreOptions
Copyright © 2023. All Rights Reserved.