public enum ConcurrentMarshaller extends Enum<ConcurrentMarshaller> implements MarshallerProvider
| 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 |
| Modifier and Type | Method and Description |
|---|---|
ProtoStreamMarshaller<?> |
getMarshaller() |
static ConcurrentMarshaller |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConcurrentMarshaller[] |
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, readFrom, size, writeTogetTypeNamebyteArraySize, signedIntSize, signedLongSize, stringSize, unsignedIntSize, unsignedLongSizepublic static final ConcurrentMarshaller CONCURRENT_HASH_MAP
public static final ConcurrentMarshaller CONCURRENT_HASH_SET
public static final ConcurrentMarshaller CONCURRENT_LINKED_DEQUE
public static final ConcurrentMarshaller CONCURRENT_LINKED_QUEUE
public static final ConcurrentMarshaller CONCURRENT_SKIP_LIST_MAP
public static final ConcurrentMarshaller CONCURRENT_SKIP_LIST_SET
public static final ConcurrentMarshaller COPY_ON_WRITE_ARRAY_LIST
public static final ConcurrentMarshaller COPY_ON_WRITE_ARRAY_SET
public static ConcurrentMarshaller[] values()
for (ConcurrentMarshaller c : ConcurrentMarshaller.values()) System.out.println(c);
public static ConcurrentMarshaller 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 MarshallerProviderCopyright © 2020 JBoss by Red Hat. All rights reserved.