public static enum DistributedCache.SerializationMode extends Enum<DistributedCache.SerializationMode>
| Enum Constant and Description |
|---|
DRILL_SERIALIZIABLE |
JACKSON |
PROTOBUF |
| Modifier and Type | Method and Description |
|---|---|
void |
checkClass(Class<?> classToCheck) |
static DistributedCache.SerializationMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DistributedCache.SerializationMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DistributedCache.SerializationMode JACKSON
public static final DistributedCache.SerializationMode DRILL_SERIALIZIABLE
public static final DistributedCache.SerializationMode PROTOBUF
public static DistributedCache.SerializationMode[] values()
for (DistributedCache.SerializationMode c : DistributedCache.SerializationMode.values()) System.out.println(c);
public static DistributedCache.SerializationMode 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 void checkClass(Class<?> classToCheck)
Copyright © 2022 The Apache Software Foundation. All rights reserved.