public interface LevelDBEntityStoreConfiguration
extends org.qi4j.api.configuration.ConfigurationComposite
Modifier and Type | Method and Description |
---|---|
org.qi4j.api.property.Property<Integer> |
blockRestartInterval() |
org.qi4j.api.property.Property<Integer> |
blockSize() |
org.qi4j.api.property.Property<Long> |
cacheSize() |
org.qi4j.api.property.Property<Boolean> |
compression() |
org.qi4j.api.property.Property<String> |
flavour()
LevelDB flavour, can be 'java' or 'jni'.
|
org.qi4j.api.property.Property<Integer> |
maxOpenFiles() |
org.qi4j.api.property.Property<Boolean> |
paranoidChecks() |
org.qi4j.api.property.Property<Boolean> |
verifyChecksums() |
org.qi4j.api.property.Property<Integer> |
writeBufferSize() |
@Optional org.qi4j.api.property.Property<String> flavour()
@Optional org.qi4j.api.property.Property<Integer> blockRestartInterval()
@Optional org.qi4j.api.property.Property<Integer> blockSize()
@Optional org.qi4j.api.property.Property<Long> cacheSize()
@Optional org.qi4j.api.property.Property<Boolean> compression()
@Optional org.qi4j.api.property.Property<Integer> maxOpenFiles()
@Optional org.qi4j.api.property.Property<Boolean> paranoidChecks()
@Optional org.qi4j.api.property.Property<Boolean> verifyChecksums()
@Optional org.qi4j.api.property.Property<Integer> writeBufferSize()