public interface RiakProtobufEntityStoreConfiguration
extends org.qi4j.api.configuration.ConfigurationComposite
Modifier and Type | Method and Description |
---|---|
org.qi4j.api.property.Property<String> |
bucket()
Riak Bucket where Entities state will be stored.
|
org.qi4j.api.property.Property<Integer> |
connectionTimeout()
The connection timeout in milliseconds.
|
org.qi4j.api.property.Property<List<String>> |
hosts()
List of Riak Protocol Buffer hosts.
|
org.qi4j.api.property.Property<Integer> |
idleConnectionTTL()
Idle connection time to live in milliseconds.
|
org.qi4j.api.property.Property<Integer> |
initialPoolSize()
Initial pool size.
|
org.qi4j.api.property.Property<Integer> |
maxConnections()
Maximum total connections.
|
org.qi4j.api.property.Property<Integer> |
maxPoolSize()
Max pool size.
|
org.qi4j.api.property.Property<Integer> |
socketBufferSizeKb()
Socket buffer size in KB.
|
@UseDefaults org.qi4j.api.property.Property<List<String>> hosts()
@Optional org.qi4j.api.property.Property<String> bucket()
@Optional org.qi4j.api.property.Property<Integer> maxConnections()
@Optional org.qi4j.api.property.Property<Integer> connectionTimeout()
@Optional org.qi4j.api.property.Property<Integer> idleConnectionTTL()
@UseDefaults org.qi4j.api.property.Property<Integer> maxPoolSize()
@UseDefaults org.qi4j.api.property.Property<Integer> initialPoolSize()
@Optional org.qi4j.api.property.Property<Integer> socketBufferSizeKb()