Class KinesisConfig
- java.lang.Object
-
- org.apache.pinot.plugin.stream.kinesis.KinesisConfig
-
public class KinesisConfig extends Object
Kinesis stream specific config
-
-
Field Summary
Fields Modifier and Type Field Description static StringACCESS_KEYstatic StringDEFAULT_MAX_RECORDSstatic StringDEFAULT_SHARD_ITERATOR_TYPEstatic StringENDPOINTstatic StringMAX_RECORDS_TO_FETCHstatic StringREGIONstatic StringSECRET_KEYstatic StringSHARD_ITERATOR_TYPEstatic StringSTREAM_TYPE
-
Constructor Summary
Constructors Constructor Description KinesisConfig(StreamConfig streamConfig)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAccessKey()StringgetAwsRegion()StringgetEndpoint()intgetNumMaxRecordsToFetch()StringgetSecretKey()software.amazon.awssdk.services.kinesis.model.ShardIteratorTypegetShardIteratorType()StringgetStreamTopicName()
-
-
-
Field Detail
-
STREAM_TYPE
public static final String STREAM_TYPE
- See Also:
- Constant Field Values
-
SHARD_ITERATOR_TYPE
public static final String SHARD_ITERATOR_TYPE
- See Also:
- Constant Field Values
-
REGION
public static final String REGION
- See Also:
- Constant Field Values
-
ACCESS_KEY
public static final String ACCESS_KEY
- See Also:
- Constant Field Values
-
SECRET_KEY
public static final String SECRET_KEY
- See Also:
- Constant Field Values
-
MAX_RECORDS_TO_FETCH
public static final String MAX_RECORDS_TO_FETCH
- See Also:
- Constant Field Values
-
ENDPOINT
public static final String ENDPOINT
- See Also:
- Constant Field Values
-
DEFAULT_MAX_RECORDS
public static final String DEFAULT_MAX_RECORDS
- See Also:
- Constant Field Values
-
DEFAULT_SHARD_ITERATOR_TYPE
public static final String DEFAULT_SHARD_ITERATOR_TYPE
-
-
Constructor Detail
-
KinesisConfig
public KinesisConfig(StreamConfig streamConfig)
-
-
Method Detail
-
getStreamTopicName
public String getStreamTopicName()
-
getAwsRegion
public String getAwsRegion()
-
getNumMaxRecordsToFetch
public int getNumMaxRecordsToFetch()
-
getShardIteratorType
public software.amazon.awssdk.services.kinesis.model.ShardIteratorType getShardIteratorType()
-
getAccessKey
public String getAccessKey()
-
getSecretKey
public String getSecretKey()
-
getEndpoint
public String getEndpoint()
-
-