org.ehcache.internal.store.heap.service
Class OnHeapStoreServiceConfiguration

java.lang.Object
  extended by org.ehcache.internal.store.heap.service.OnHeapStoreServiceConfiguration
All Implemented Interfaces:
ServiceConfiguration<OnHeapStore.Provider>

public class OnHeapStoreServiceConfiguration
extends java.lang.Object
implements ServiceConfiguration<OnHeapStore.Provider>


Constructor Summary
OnHeapStoreServiceConfiguration()
           
 
Method Summary
 java.lang.Class<OnHeapStore.Provider> getServiceType()
          Indicates which service this configuration works with.
 boolean storeByValue()
           
 OnHeapStoreServiceConfiguration storeByValue(boolean storeByValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OnHeapStoreServiceConfiguration

public OnHeapStoreServiceConfiguration()
Method Detail

storeByValue

public boolean storeByValue()

storeByValue

public OnHeapStoreServiceConfiguration storeByValue(boolean storeByValue)

getServiceType

public java.lang.Class<OnHeapStore.Provider> getServiceType()
Description copied from interface: ServiceConfiguration
Indicates which service this configuration works with.

Specified by:
getServiceType in interface ServiceConfiguration<OnHeapStore.Provider>
Returns:
the service type