public class QueryEnded extends StatusChange
| Modifier and Type | Field and Description |
|---|---|
static EnumSet<QueryStatus.Status> |
END_STATES
The Constant END_STATES.
|
| Constructor and Description |
|---|
QueryEnded(long eventTime,
QueryStatus.Status prev,
QueryStatus.Status current,
QueryHandle handle,
String user,
String cause)
Instantiates a new query ended.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCause()
The cause.
|
String |
getUser()
The user.
|
String |
toString() |
getCurrentValue, getEventId, getPreviousValue, getQueryHandlegetEventTimepublic static final EnumSet<QueryStatus.Status> END_STATES
public QueryEnded(long eventTime,
QueryStatus.Status prev,
QueryStatus.Status current,
QueryHandle handle,
String user,
String cause)
eventTime - the event timeprev - the prevcurrent - the currenthandle - the handleuser - the usercause - the causepublic String toString()
toString in class QueryEvent<QueryStatus.Status>@Generated(value="lombok") public String getUser()
@Generated(value="lombok") public String getCause()
Copyright © 2014–2015 Apache Software Foundation. All rights reserved.