public final class QueryId extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
QUERY_ID_PREFIX |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static QueryId |
fromExternalString(String queryIdText) |
int |
hashCode() |
long |
kernelQueryId() |
static QueryId |
ofInternalId(long queryId) |
String |
toString() |
public static final String QUERY_ID_PREFIX
public static QueryId ofInternalId(long queryId) throws org.neo4j.kernel.api.exceptions.InvalidArgumentsException
org.neo4j.kernel.api.exceptions.InvalidArgumentsExceptionpublic static QueryId fromExternalString(String queryIdText) throws org.neo4j.kernel.api.exceptions.InvalidArgumentsException
org.neo4j.kernel.api.exceptions.InvalidArgumentsExceptionpublic long kernelQueryId()
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.