Class QueryPartitionsById
java.lang.Object
com.here.platform.data.client.service.query.QueryPartitionsById
- All Implemented Interfaces:
Api,Endpoint,RestEndpoint,QueryApi,QueryEndpoint,Serializable,scala.Equals,scala.Product
public final class QueryPartitionsById
extends Object
implements QueryEndpoint, QueryApi, scala.Product, Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionQueryPartitionsById(long version, String layer, scala.collection.immutable.Seq<String> partitionIds, VersionedLayerContext context, scala.collection.immutable.Set<AdditionalField> additionalFields) -
Method Summary
Modifier and TypeMethodDescriptionscala.collection.immutable.Set<AdditionalField>abstract static Rapply(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5) context()booleanForce to read all response body in memory inside retried block, this is used when simple responses return chunked data that can cause Truncation exception when parsed.layer()scala.collection.immutable.Seq<String>path()query()static StringtoString()longversion()Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.here.platform.data.client.http.Endpoint
acceptableNonSuccessStatusCodes, headers, httpEntity, isStreamingRequest, maxWaitingTimeBetweenRetries, method, perRequestTimeout, retriableHttpStatusCodes, retriesDeadlineMethods inherited from interface scala.Equals
canEqual, equalsMethods inherited from interface scala.Product
productArity, productElement, productElementName, productElementNames, productIterator, productPrefixMethods inherited from interface com.here.platform.data.client.http.RestEndpoint
acceptHeader, asHttpRequest, createParamMap, queryAsSeq
-
Constructor Details
-
QueryPartitionsById
public QueryPartitionsById(long version, String layer, scala.collection.immutable.Seq<String> partitionIds, VersionedLayerContext context, scala.collection.immutable.Set<AdditionalField> additionalFields)
-
-
Method Details
-
apply
public abstract static R apply(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5) -
toString
-
path
- Specified by:
pathin interfaceQueryEndpoint- Specified by:
pathin interfaceRestEndpoint
-
version
public long version() -
layer
- Specified by:
layerin interfaceQueryEndpoint
-
partitionIds
-
context
-
additionalFields
-
query
- Specified by:
queryin interfaceRestEndpoint
-
endpointPath
- Specified by:
endpointPathin interfaceQueryEndpoint
-
forceStrict
public boolean forceStrict()Description copied from interface:EndpointForce to read all response body in memory inside retried block, this is used when simple responses return chunked data that can cause Truncation exception when parsed.TODO: can become !isStreamingRequest, but need some heavy test to see the memory impact
- Specified by:
forceStrictin interfaceEndpoint
-