public class QueryHandle extends QuerySubmitResult implements Serializable
Constructor and Description |
---|
QueryHandle(UUID handleId) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
static QueryHandle |
fromString(String handle)
From string.
|
UUID |
getHandleId()
The handle id.
|
String |
getHandleIdString() |
int |
hashCode() |
String |
toString() |
@ConstructorProperties(value="handleId") @Generated(value="lombok") public QueryHandle(UUID handleId)
public static QueryHandle fromString(String handle)
handle
- the handlepublic String getHandleIdString()
@Generated(value="lombok") public boolean equals(Object o)
@Generated(value="lombok") public int hashCode()
@Generated(value="lombok") public UUID getHandleId()
Copyright © 2014–2015 Apache Software Foundation. All rights reserved.