public interface RiakHttpEntityStoreConfiguration
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> |
maxConnections()
Maximum total connections.
|
org.qi4j.api.property.Property<Integer> |
timeout()
The connection, socket read and pooled connection acquisition timeout in milliseconds.
|
org.qi4j.api.property.Property<List<String>> |
urls()
List of Riak URLs.
|
@UseDefaults org.qi4j.api.property.Property<List<String>> urls()
@Optional org.qi4j.api.property.Property<String> bucket()
@Optional org.qi4j.api.property.Property<Integer> maxConnections()
@UseDefaults org.qi4j.api.property.Property<Integer> timeout()