public class SampleRequest extends Object
Modifier and Type | Class and Description |
---|---|
static class |
SampleRequest.Builder
Builder for
SampleRequest |
Modifier | Constructor and Description |
---|---|
protected |
SampleRequest(String path,
int limit,
Map<String,String> properties,
Long timeoutMs) |
Modifier and Type | Method and Description |
---|---|
static SampleRequest.Builder |
builder(int limit)
Get the builder to build this object
|
boolean |
equals(Object o) |
int |
getLimit() |
String |
getPath()
Get the entity path for the sample request, if the path is null, that means the properties
contains all the path related configs required for the sampling
|
Map<String,String> |
getProperties() |
Long |
getTimeoutMs() |
int |
hashCode() |
@Nullable public String getPath()
public int getLimit()
public static SampleRequest.Builder builder(int limit)
Copyright © 2023 Cask Data, Inc. Licensed under the Apache License, Version 2.0.