Uses of Class
org.elasticsearch.client.transform.transforms.pivot.SingleGroupSource.Type
-
Packages that use SingleGroupSource.Type Package Description org.elasticsearch.client.transform.transforms.pivot -
-
Uses of SingleGroupSource.Type in org.elasticsearch.client.transform.transforms.pivot
Methods in org.elasticsearch.client.transform.transforms.pivot that return SingleGroupSource.Type Modifier and Type Method Description SingleGroupSource.TypeDateHistogramGroupSource. getType()SingleGroupSource.TypeHistogramGroupSource. getType()abstract SingleGroupSource.TypeSingleGroupSource. getType()SingleGroupSource.TypeTermsGroupSource. getType()static SingleGroupSource.TypeSingleGroupSource.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static SingleGroupSource.Type[]SingleGroupSource.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.
-