Examples of KinesisProxyFactory


Examples of com.amazonaws.services.kinesis.clientlibrary.proxies.KinesisProxyFactory

            IMetricsFactory metricsFactory,
            ExecutorService execService) {
        this(
                recordProcessorFactory,
                config,
                new StreamConfig(new KinesisProxyFactory(config.getKinesisCredentialsProvider(),
                        kinesisClient).getProxy(config.getStreamName()),
                        config.getMaxRecords(),
                        config.getIdleTimeBetweenReadsInMillis(),
                        config.shouldCallProcessRecordsEvenForEmptyRecordList(),
                        config.shouldValidateSequenceNumberBeforeCheckpointing()),
View Full Code Here

Examples of com.amazonaws.services.kinesis.clientlibrary.proxies.KinesisProxyFactory

            AmazonDynamoDBClient dynamoDBClient,
            IMetricsFactory metricsFactory,
            ExecutorService execService) {
        this(recordProcessorFactory, config,
                new StreamConfig(
                        new KinesisProxyFactory(config.getKinesisCredentialsProvider(),
                                kinesisClient).getProxy(config.getStreamName()),
                        config.getMaxRecords(),
                        config.getIdleTimeBetweenReadsInMillis(),
                        config.shouldCallProcessRecordsEvenForEmptyRecordList()),
                new KinesisClientLibLeaseCoordinator(
View Full Code Here

Examples of com.amazonaws.services.kinesis.clientlibrary.proxies.KinesisProxyFactory

            IMetricsFactory metricsFactory,
            ExecutorService execService) {
        this(
                recordProcessorFactory,
                config,
                new StreamConfig(new KinesisProxyFactory(config.getKinesisCredentialsProvider(),
                        kinesisClient).getProxy(config.getStreamName()),
                        config.getMaxRecords(),
                        config.getIdleTimeBetweenReadsInMillis(),
                        config.shouldCallProcessRecordsEvenForEmptyRecordList(),
                        config.shouldValidateSequenceNumberBeforeCheckpointing()),
View Full Code Here

Examples of com.amazonaws.services.kinesis.clientlibrary.proxies.KinesisProxyFactory

            IMetricsFactory metricsFactory,
            ExecutorService execService) {
        this(
                recordProcessorFactory,
                config,
                new StreamConfig(new KinesisProxyFactory(config.getKinesisCredentialsProvider(),
                        kinesisClient).getProxy(config.getStreamName()),
                        config.getMaxRecords(),
                        config.getIdleTimeBetweenReadsInMillis(),
                        config.shouldCallProcessRecordsEvenForEmptyRecordList(),
                        config.shouldValidateSequenceNumberBeforeCheckpointing()),
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.