public static final enum

Message.Attributes

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ org.apache.helix.model.Message.Attributes

Class Overview

Properties attached to Messages

Summary

Enum Values
Message.Attributes  BUCKET_SIZE   
Message.Attributes  CORRELATION_ID   
Message.Attributes  CREATE_TIMESTAMP   
Message.Attributes  EXECUTE_START_TIMESTAMP   
Message.Attributes  EXE_SESSION_ID   
Message.Attributes  FROM_STATE   
Message.Attributes  INNER_MESSAGE   
Message.Attributes  MESSAGE_RESULT   
Message.Attributes  MSG_ID   
Message.Attributes  MSG_STATE   
Message.Attributes  MSG_SUBTYPE   
Message.Attributes  MSG_TYPE   
Message.Attributes  PARENT_MSG_ID   
Message.Attributes  PARTITION_NAME   
Message.Attributes  READ_TIMESTAMP   
Message.Attributes  RESOURCE_NAME   
Message.Attributes  RETRY_COUNT   
Message.Attributes  SRC_INSTANCE_TYPE   
Message.Attributes  SRC_NAME   
Message.Attributes  SRC_SESSION_ID   
Message.Attributes  STATE_MODEL_DEF   
Message.Attributes  STATE_MODEL_FACTORY_NAME   
Message.Attributes  TGT_NAME   
Message.Attributes  TGT_SESSION_ID   
Message.Attributes  TIMEOUT   
Message.Attributes  TO_STATE   
Public Methods
static Message.Attributes valueOf(String name)
final static Attributes[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final Message.Attributes BUCKET_SIZE

public static final Message.Attributes CORRELATION_ID

public static final Message.Attributes CREATE_TIMESTAMP

public static final Message.Attributes EXECUTE_START_TIMESTAMP

public static final Message.Attributes EXE_SESSION_ID

public static final Message.Attributes FROM_STATE

public static final Message.Attributes INNER_MESSAGE

public static final Message.Attributes MESSAGE_RESULT

public static final Message.Attributes MSG_ID

public static final Message.Attributes MSG_STATE

public static final Message.Attributes MSG_SUBTYPE

public static final Message.Attributes MSG_TYPE

public static final Message.Attributes PARENT_MSG_ID

public static final Message.Attributes PARTITION_NAME

public static final Message.Attributes READ_TIMESTAMP

public static final Message.Attributes RESOURCE_NAME

public static final Message.Attributes RETRY_COUNT

public static final Message.Attributes SRC_INSTANCE_TYPE

public static final Message.Attributes SRC_NAME

public static final Message.Attributes SRC_SESSION_ID

public static final Message.Attributes STATE_MODEL_DEF

public static final Message.Attributes STATE_MODEL_FACTORY_NAME

public static final Message.Attributes TGT_NAME

public static final Message.Attributes TGT_SESSION_ID

public static final Message.Attributes TIMEOUT

public static final Message.Attributes TO_STATE

Public Methods

public static Message.Attributes valueOf (String name)

public static final Attributes[] values ()