public enum EntityType extends Enum<EntityType>
| Enum Constant and Description |
|---|
APPLICATION |
ARTIFACT |
DATASET |
DATASET_MODULE |
DATASET_TYPE |
FLOWLET |
FLOWLET_QUEUE |
INSTANCE |
NAMESPACE |
NOTIFICATION_FEED |
PROGRAM |
PROGRAM_RUN |
QUERY |
SCHEDULE |
SECUREKEY |
STREAM |
STREAM_VIEW |
SYSTEM_SERVICE |
| Modifier and Type | Method and Description |
|---|---|
<T extends EntityId> |
fromIdParts(Iterable<String> idParts) |
Class<? extends EntityId> |
getIdClass() |
Class<? extends Id> |
getOldIdClass() |
static EntityType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EntityType |
valueOfIdClass(Class<? extends EntityId> idClass) |
static EntityType |
valueOfOldIdClass(Class<? extends Id> oldIdClass) |
static EntityType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EntityType INSTANCE
public static final EntityType NAMESPACE
public static final EntityType APPLICATION
public static final EntityType PROGRAM
public static final EntityType PROGRAM_RUN
public static final EntityType STREAM
public static final EntityType STREAM_VIEW
public static final EntityType DATASET_TYPE
public static final EntityType DATASET_MODULE
public static final EntityType FLOWLET
public static final EntityType FLOWLET_QUEUE
public static final EntityType SCHEDULE
public static final EntityType NOTIFICATION_FEED
public static final EntityType ARTIFACT
public static final EntityType DATASET
public static final EntityType SECUREKEY
public static final EntityType QUERY
public static final EntityType SYSTEM_SERVICE
public static EntityType[] values()
for (EntityType c : EntityType.values()) System.out.println(c);
public static EntityType 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 static EntityType valueOfIdClass(Class<? extends EntityId> idClass)
public static EntityType valueOfOldIdClass(Class<? extends Id> oldIdClass)
Copyright © 2016 Cask Data, Inc. Licensed under the Apache License, Version 2.0.