public final class RequestConstants
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.util.Set<MetadataOption> |
ALL_METADATA_OPTIONS
|
static java.util.Set<MetadataOption> |
DEFAULT_METADATA_OPTIONS
The default set of MetadataOptions for a
GetFeaturesRequest and a GetFeaturesBatchRequest, includes MetadataOption.NAME and MetadataOption.DATA_TYPE |
static int |
DEFAULT_MICRO_BATCH_SIZE
The default microBatchSize for a
GetFeaturesBatchRequest, set to 1 |
static int |
MAX_MICRO_BATCH_SIZE
The maximum microBatchSize supported by Tecton for a
GetFeaturesBatchRequest, set to
5 |
static java.util.Set<MetadataOption> |
NONE_METADATA_OPTIONS
An empty set representing None MetadataOptions for a
GetFeaturesRequest and a GetFeaturesBatchRequest |
static java.time.Duration |
NONE_TIMEOUT
The default parameter for None timeout for a
GetFeaturesBatchRequest |
| Constructor and Description |
|---|
RequestConstants() |
public static final int MAX_MICRO_BATCH_SIZE
GetFeaturesBatchRequest, set to
5public static final int DEFAULT_MICRO_BATCH_SIZE
GetFeaturesBatchRequest, set to 1public static final java.time.Duration NONE_TIMEOUT
GetFeaturesBatchRequestpublic static java.util.Set<MetadataOption> DEFAULT_METADATA_OPTIONS
GetFeaturesRequest and a GetFeaturesBatchRequest, includes MetadataOption.NAME and MetadataOption.DATA_TYPEpublic static java.util.Set<MetadataOption> ALL_METADATA_OPTIONS
public static java.util.Set<MetadataOption> NONE_METADATA_OPTIONS
GetFeaturesRequest and a GetFeaturesBatchRequest