public enum ConcurrentMarshallerProvider extends Enum<ConcurrentMarshallerProvider> implements ProtoStreamMarshallerProvider
| 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 |
|---|---|
ProtoStreamMarshaller<?> |
getMarshaller() |
static ConcurrentMarshallerProvider |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConcurrentMarshallerProvider[] |
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, getJavaClass, read, readFrom, write, writeTogetTypeNamepublic static final ConcurrentMarshallerProvider CONCURRENT_HASH_MAP
public static final ConcurrentMarshallerProvider CONCURRENT_HASH_SET
public static final ConcurrentMarshallerProvider CONCURRENT_LINKED_DEQUE
public static final ConcurrentMarshallerProvider CONCURRENT_LINKED_QUEUE
public static final ConcurrentMarshallerProvider CONCURRENT_SKIP_LIST_MAP
public static final ConcurrentMarshallerProvider CONCURRENT_SKIP_LIST_SET
public static final ConcurrentMarshallerProvider COPY_ON_WRITE_ARRAY_LIST
public static final ConcurrentMarshallerProvider COPY_ON_WRITE_ARRAY_SET
public static final ConcurrentMarshallerProvider TIME_UNIT
public static ConcurrentMarshallerProvider[] values()
for (ConcurrentMarshallerProvider c : ConcurrentMarshallerProvider.values()) System.out.println(c);
public static ConcurrentMarshallerProvider 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 ProtoStreamMarshaller<?> getMarshaller()
getMarshaller in interface ProtoStreamMarshallerProviderCopyright © 2023 JBoss by Red Hat. All rights reserved.