Class GetIMLStatistics
java.lang.Object
com.here.platform.data.client.service.interactiveMap.GetIMLStatistics
- All Implemented Interfaces:
Api,Endpoint,RestEndpoint,InteractiveMapApi,Serializable,scala.Equals,scala.Product
public final class GetIMLStatistics
extends Object
implements InteractiveMapApi, RestEndpoint, scala.Product, Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract static Rapply(T1 v1) 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.scala.collection.immutable.Seq<org.apache.pekko.http.scaladsl.model.HttpHeader>headers()Note: when change it always check all conflicts/replacements that can happens by base and child classeslayerId()org.apache.pekko.http.scaladsl.model.HttpMethodmethod()path()static StringtoString()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, httpEntity, isStreamingRequest, maxWaitingTimeBetweenRetries, perRequestTimeout, retriableHttpStatusCodes, retriesDeadlineMethods inherited from interface scala.Equals
canEqual, equalsMethods inherited from interface com.here.platform.data.client.service.interactiveMap.InteractiveMapApi
apiType, authorQueryParam, contextQueryParameters, getClusteringParameters, getLimit, getSearchParams, getSelection, pageTokenQueryParam, versionQueryParamMethods inherited from interface scala.Product
productArity, productElement, productElementName, productElementNames, productIterator, productPrefixMethods inherited from interface com.here.platform.data.client.http.RestEndpoint
acceptHeader, asHttpRequest, createParamMap, query, queryAsSeq
-
Constructor Details
-
GetIMLStatistics
-
-
Method Details
-
apply
public abstract static R apply(T1 v1) -
toString
-
layerId
-
path
- Specified by:
pathin interfaceRestEndpoint
-
method
public org.apache.pekko.http.scaladsl.model.HttpMethod method() -
headers
public scala.collection.immutable.Seq<org.apache.pekko.http.scaladsl.model.HttpHeader> headers()Description copied from interface:EndpointNote: when change it always check all conflicts/replacements that can happens by base and child classes -
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
-