org.qi4j.entitystore.voldemort
Interface VoldemortConfiguration

All Superinterfaces:
Composite, ConfigurationComposite, Entity, EntityComposite, Identity

public interface VoldemortConfiguration
extends ConfigurationComposite


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.qi4j.api.entity.Identity
Identity.IdentityMixin
 
Method Summary
 Property<List<String>> bootstrapUrl()
           
 Property<Integer> connectionTimeout()
           
 Property<Boolean> enableJmx()
           
 Property<Long> failureDetectorAsyncRecoveryInterval()
           
 Property<Long> failureDetectorBannagePeriod()
           
 Property<List<String>> failureDetectorCatastrophicErrorType()
           
 Property<Long> failureDetectoreRequestLengthThreshold()
           
 Property<String> failureDetectorImplementation()
           
 Property<Long> failureDetectorThreasholdInterval()
           
 Property<Integer> failureDetectorThreshold()
           
 Property<Integer> failureDetectorThresholdCountMinimum()
           
 Property<Integer> maxBootstrapRetries()
           
 Property<Integer> maxQueueRequests()
           
 Property<Integer> maxThreads()
           
 Property<Integer> maxTotalConnections()
           
 Property<String> requestFormatType()
           
 Property<String> routingTier()
           
 Property<Integer> routingTimeout()
           
 Property<Integer> setMaxConnectionsPerNode()
           
 Property<Integer> socketBufferSize()
           
 Property<Boolean> socketKeepAlive()
           
 Property<Integer> socketTimeout()
           
 Property<String> storeName()
           
 Property<Integer> threadIdleTime()
           
 
Methods inherited from interface org.qi4j.api.entity.Identity
identity
 
Methods inherited from interface org.qi4j.api.composite.Composite
metaInfo, type
 

Method Detail

storeName

@Optional
Property<String> storeName()

connectionTimeout

@Optional
Property<Integer> connectionTimeout()

bootstrapUrl

@Optional
Property<List<String>> bootstrapUrl()

enableJmx

@Optional
Property<Boolean> enableJmx()

failureDetectorAsyncRecoveryInterval

@Optional
Property<Long> failureDetectorAsyncRecoveryInterval()

failureDetectorBannagePeriod

@Optional
Property<Long> failureDetectorBannagePeriod()

failureDetectorCatastrophicErrorType

@Optional
Property<List<String>> failureDetectorCatastrophicErrorType()

failureDetectorImplementation

@Optional
Property<String> failureDetectorImplementation()

failureDetectoreRequestLengthThreshold

@Optional
Property<Long> failureDetectoreRequestLengthThreshold()

failureDetectorThreshold

@Optional
Property<Integer> failureDetectorThreshold()

failureDetectorThresholdCountMinimum

@Optional
Property<Integer> failureDetectorThresholdCountMinimum()

failureDetectorThreasholdInterval

@Optional
Property<Long> failureDetectorThreasholdInterval()

maxBootstrapRetries

@Optional
Property<Integer> maxBootstrapRetries()

setMaxConnectionsPerNode

@Optional
Property<Integer> setMaxConnectionsPerNode()

maxQueueRequests

@Optional
Property<Integer> maxQueueRequests()

maxThreads

@Optional
Property<Integer> maxThreads()

maxTotalConnections

@Optional
Property<Integer> maxTotalConnections()

requestFormatType

@Optional
Property<String> requestFormatType()

routingTier

@Optional
Property<String> routingTier()

routingTimeout

@Optional
Property<Integer> routingTimeout()

socketBufferSize

@Optional
Property<Integer> socketBufferSize()

socketKeepAlive

@Optional
Property<Boolean> socketKeepAlive()

socketTimeout

@Optional
Property<Integer> socketTimeout()

threadIdleTime

@Optional
Property<Integer> threadIdleTime()