public class ControlCenterActionStartedEvent extends EventAdapter
| Constructor and Description |
|---|
ControlCenterActionStartedEvent(ClusterNode node,
String actionName,
String actionClassName,
@Nullable UUID subjId,
@Nullable String ccUsername)
Creates action event with given parameters.
|
| Modifier and Type | Method and Description |
|---|---|
String |
actionClassName()
Gets name of action class that triggered this event.
|
String |
actionName()
Gets name of the action that triggered the event.
|
@Nullable String |
ccUsername()
Gets username in Control Center.
|
String |
shortDisplay()
Gets a shortened version of
toString() result. |
@Nullable UUID |
subjectId()
Gets security subject ID.
|
String |
toString() |
public ControlCenterActionStartedEvent(ClusterNode node, String actionName, String actionClassName, @Nullable @Nullable UUID subjId, @Nullable @Nullable String ccUsername)
node - Node.actionName - Action name.actionClassName - Action class name.subjId - Security subject ID.ccUsername - Username in Control Center.public String shortDisplay()
toString() result. Suitable for humans to read.shortDisplay in interface EventshortDisplay in class EventAdaptertoString() result.public String actionName()
public String actionClassName()
@Nullable public @Nullable UUID subjectId()
@Nullable public @Nullable String ccUsername()
public String toString()
toString in class EventAdapter
GridGain In-Memory Computing Platform : ver. 8.9.30 Release Date : February 17 2026