|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<ResourceType.Core>
org.ehcache.config.ResourceType.Core
public static enum ResourceType.Core
An enumeration of resource types handled by core ehcache.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.ehcache.config.ResourceType |
---|
ResourceType.Core |
Enum Constant Summary | |
---|---|
DISK
Disk resource. |
|
HEAP
Heap resource. |
|
OFFHEAP
OffHeap resource. |
Method Summary | |
---|---|
boolean |
isPersistable()
Whether the resource supports persistence. |
boolean |
requiresSerialization()
Whether the resource requires serialization support. |
java.lang.String |
toString()
|
static ResourceType.Core |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ResourceType.Core[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final ResourceType.Core HEAP
public static final ResourceType.Core OFFHEAP
public static final ResourceType.Core DISK
Method Detail |
---|
public static ResourceType.Core[] values()
for (ResourceType.Core c : ResourceType.Core.values()) System.out.println(c);
public static ResourceType.Core valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is nullpublic boolean isPersistable()
ResourceType
isPersistable
in interface ResourceType
true
if it supports persistencepublic boolean requiresSerialization()
ResourceType
requiresSerialization
in interface ResourceType
true
if serializers are requiredpublic java.lang.String toString()
toString
in class java.lang.Enum<ResourceType.Core>
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |