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.
|
public 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>
Copyright © 2014–2015 Apache Software Foundation. All rights reserved.