org.jtoolkit.essence.data
Class ClusterComponentBuilder.ClusterCollectionData

java.lang.Object
  extended by org.jtoolkit.essence.app.pojo.DataValue
      extended by org.jtoolkit.essence.data.ClusterComponentBuilder.ClusterCollectionData
All Implemented Interfaces:
Named, Named.Source
Enclosing class:
ClusterComponentBuilder

public static class ClusterComponentBuilder.ClusterCollectionData
extends DataValue


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.jtoolkit.essence.utils.Named
Named.ContextSource<T>, Named.MapSource<T>, Named.Source<T>
 
Field Summary
 java.lang.Integer cacheSize
           
 java.lang.String cluster
           
 java.lang.String collection
           
 Store.CollectionType collectionType
           
 EvictionStrategy evictionStrategy
           
 java.lang.String location
           
 Store.PersistMode persistMode
           
 Store.StoreType storeType
           
 java.lang.Class valueClass
           
 
Fields inherited from interface org.jtoolkit.essence.utils.Named.Source
EMPTY_SOURCE
 
Method Summary
 
Methods inherited from class org.jtoolkit.essence.app.pojo.DataValue
asMap, equals, getName, getNames, getValue, hashCode, project, setCopy, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

cluster

public final java.lang.String cluster

collection

public final java.lang.String collection

collectionType

public final Store.CollectionType collectionType

storeType

public final Store.StoreType storeType

valueClass

public final java.lang.Class valueClass

location

public final java.lang.String location

persistMode

public final Store.PersistMode persistMode

evictionStrategy

public final EvictionStrategy evictionStrategy

cacheSize

public final java.lang.Integer cacheSize


Copyright © Peter Lawrey. All Rights Reserved.