Spring Data Key-Value

org.springframework.data.keyvalue.riak.core
Interface QosParameters

All Known Implementing Classes:
RiakQosParameters

public interface QosParameters

Specify Quality Of Service parameters.

Author:
J. Brisbin

Method Summary
<T> T
getDurableWriteThreshold()
          Instruct the server on the durable write threshold.
<T> T
getReadThreshold()
          Instruct the server on the read threshold.
<T> T
getWriteThreshold()
          Instruct the server on the normal write threshold.
 

Method Detail

getReadThreshold

<T> T getReadThreshold()
Instruct the server on the read threshold.

Type Parameters:
T -
Returns:

getWriteThreshold

<T> T getWriteThreshold()
Instruct the server on the normal write threshold.

Type Parameters:
T -
Returns:

getDurableWriteThreshold

<T> T getDurableWriteThreshold()
Instruct the server on the durable write threshold.

Type Parameters:
T -
Returns:

Spring Data Key-Value

Copyright © 2010-2011 SpringSource. All Rights Reserved.