public class ParsedScrollId extends Object
Modifier and Type | Field and Description |
---|---|
static String |
QUERY_AND_FETCH_TYPE |
static String |
QUERY_THEN_FETCH_TYPE |
static String |
SCAN |
static Version |
SCROLL_SEARCH_AFTER_MINIMUM_VERSION |
Constructor and Description |
---|
ParsedScrollId(String source,
String type,
Tuple<String,Long>[] context,
Map<String,String> attributes) |
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
getAttributes() |
Tuple<String,Long>[] |
getContext() |
String |
getSource() |
String |
getType() |
public static final String QUERY_THEN_FETCH_TYPE
public static final String QUERY_AND_FETCH_TYPE
public static final String SCAN
public static final Version SCROLL_SEARCH_AFTER_MINIMUM_VERSION
Copyright © 2009–2015. All rights reserved.