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(QueryContext ctx,
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.
|
QueryContext |
getQueryContext() |
String |
getUser()
The user.
|
String |
toString() |
getCurrentValue, getEventId, getPreviousValue, getQueryHandle
getEventTime
public static final EnumSet<QueryStatus.Status> END_STATES
public QueryEnded(QueryContext ctx, long eventTime, QueryStatus.Status prev, QueryStatus.Status current, QueryHandle handle, String user, String cause)
ctx
- 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 QueryContext getQueryContext()
@Generated(value="lombok") public String getUser()
@Generated(value="lombok") public String getCause()
Copyright © 2014–2015 Apache Software Foundation. All rights reserved.