public enum ConcurrentExternalizerProvider extends Enum<ConcurrentExternalizerProvider> implements ExternalizerProvider
| Enum Constant and Description |
|---|
CONCURRENT_HASH_MAP |
CONCURRENT_HASH_SET |
CONCURRENT_LINKED_DEQUE |
CONCURRENT_LINKED_QUEUE |
CONCURRENT_SKIP_LIST_MAP |
CONCURRENT_SKIP_LIST_SET |
COPY_ON_WRITE_ARRAY_LIST |
COPY_ON_WRITE_ARRAY_SET |
TIME_UNIT |
| Modifier and Type | Method and Description |
|---|---|
Externalizer<?> |
getExternalizer() |
static ConcurrentExternalizerProvider |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConcurrentExternalizerProvider[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfcast, getTargetClass, readObject, size, writeObjectpublic static final ConcurrentExternalizerProvider CONCURRENT_HASH_MAP
public static final ConcurrentExternalizerProvider CONCURRENT_HASH_SET
public static final ConcurrentExternalizerProvider CONCURRENT_LINKED_DEQUE
public static final ConcurrentExternalizerProvider CONCURRENT_LINKED_QUEUE
public static final ConcurrentExternalizerProvider CONCURRENT_SKIP_LIST_MAP
public static final ConcurrentExternalizerProvider CONCURRENT_SKIP_LIST_SET
public static final ConcurrentExternalizerProvider COPY_ON_WRITE_ARRAY_LIST
public static final ConcurrentExternalizerProvider COPY_ON_WRITE_ARRAY_SET
public static final ConcurrentExternalizerProvider TIME_UNIT
public static ConcurrentExternalizerProvider[] values()
for (ConcurrentExternalizerProvider c : ConcurrentExternalizerProvider.values()) System.out.println(c);
public static ConcurrentExternalizerProvider valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic Externalizer<?> getExternalizer()
getExternalizer in interface ExternalizerProviderCopyright © 2022 JBoss by Red Hat. All rights reserved.