class OutriggerQueryCookie extends Object implements OutriggerServer.QueryCookie, Serializable
OutriggerServerImpl
uses to pass context between
related sub-queries.Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
(package private) long |
startTime
The time the first sub-query in a given series was started
|
Constructor and Description |
---|
OutriggerQueryCookie(long startTime)
Create a new
OutriggerQueryCookie with
the specified value for the startTime . |
private static final long serialVersionUID
final long startTime
Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.