public static enum CodegenFieldSharableComparator.CodegenSharableSerdeName extends Enum<CodegenFieldSharableComparator.CodegenSharableSerdeName>
Enum Constant and Description |
---|
COMPARATORHASHABLEMULTIKEYS |
COMPARATOROBJECTARRAYNONHASHABLE |
Modifier and Type | Method and Description |
---|---|
String |
getMethodName() |
static CodegenFieldSharableComparator.CodegenSharableSerdeName |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CodegenFieldSharableComparator.CodegenSharableSerdeName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CodegenFieldSharableComparator.CodegenSharableSerdeName COMPARATORHASHABLEMULTIKEYS
public static final CodegenFieldSharableComparator.CodegenSharableSerdeName COMPARATOROBJECTARRAYNONHASHABLE
public static CodegenFieldSharableComparator.CodegenSharableSerdeName[] values()
for (CodegenFieldSharableComparator.CodegenSharableSerdeName c : CodegenFieldSharableComparator.CodegenSharableSerdeName.values()) System.out.println(c);
public static CodegenFieldSharableComparator.CodegenSharableSerdeName 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 String getMethodName()
Copyright © 2005–2018. All rights reserved.