Constructor and Description |
---|
LevelDBFile() |
Modifier and Type | Method and Description |
---|---|
int |
getBlockRestartInterval() |
int |
getBlockSize() |
long |
getCacheSize() |
String |
getCompressionType() |
org.iq80.leveldb.DB |
getDb() |
File |
getFile() |
String |
getFileName() |
int |
getMaxOpenFiles() |
int |
getWriteBufferSize() |
org.iq80.leveldb.WriteOptions |
getWriteOptions() |
boolean |
isParanoidChecks() |
boolean |
isSync() |
boolean |
isVerifyChecksums() |
void |
setBlockRestartInterval(int blockRestartInterval) |
void |
setBlockSize(int blockSize) |
void |
setCacheSize(long cacheSize) |
void |
setCompressionType(String compressionType) |
void |
setFile(File file) |
void |
setFileName(String fileName) |
void |
setMaxOpenFiles(int maxOpenFiles) |
void |
setParanoidChecks(boolean paranoidChecks) |
void |
setSync(boolean sync) |
void |
setVerifyChecksums(boolean verifyChecksums) |
void |
setWriteBufferSize(int writeBufferSize) |
void |
start() |
void |
stop() |
public org.iq80.leveldb.DB getDb()
public File getFile()
public void setFile(File file) throws IOException
IOException
public String getFileName() throws IOException
IOException
public void setFileName(String fileName)
public int getWriteBufferSize()
public void setWriteBufferSize(int writeBufferSize)
public int getMaxOpenFiles()
public void setMaxOpenFiles(int maxOpenFiles)
public int getBlockRestartInterval()
public void setBlockRestartInterval(int blockRestartInterval)
public int getBlockSize()
public void setBlockSize(int blockSize)
public String getCompressionType()
public void setCompressionType(String compressionType)
public boolean isVerifyChecksums()
public void setVerifyChecksums(boolean verifyChecksums)
public boolean isParanoidChecks()
public void setParanoidChecks(boolean paranoidChecks)
public long getCacheSize()
public void setCacheSize(long cacheSize)
public boolean isSync()
public void setSync(boolean sync)
public org.iq80.leveldb.WriteOptions getWriteOptions()
public void start()
start
in interface org.apache.camel.Service
public void stop()
stop
in interface org.apache.camel.Service
Apache Camel