public class Attributes
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
Attributes.Raw |
Modifier and Type | Method and Description |
---|---|
void |
collectMarkerSpecification(VariableSpecifications boundNames) |
long |
getTimestamp(long now,
QueryOptions options) |
int |
getTimeToLive(QueryOptions options) |
boolean |
isTimestampSet() |
boolean |
isTimeToLiveSet() |
static Attributes |
none() |
public static Attributes none()
public boolean isTimestampSet()
public boolean isTimeToLiveSet()
public long getTimestamp(long now, QueryOptions options) throws InvalidRequestException
InvalidRequestException
public int getTimeToLive(QueryOptions options) throws InvalidRequestException
InvalidRequestException
public void collectMarkerSpecification(VariableSpecifications boundNames)
Copyright © 2014 The Apache Software Foundation