Example usage for com.amazonaws.services.kinesis AmazonKinesisClient subclass-usage

List of usage examples for com.amazonaws.services.kinesis AmazonKinesisClient subclass-usage

Introduction

In this page you can find the example usage for com.amazonaws.services.kinesis AmazonKinesisClient subclass-usage.

Usage

From source file com.facebook.presto.kinesis.util.MockKinesisClient.java

/**
 * Mock kinesis client for testing that is primarily used for reading from the
 * stream as we do here in Presto.
 *
 * This is to help prove that the API is being used correctly and debug any
 * issues that arise without incurring AWS load and charges.  It is far from a complete

From source file com.qubole.presto.kinesis.util.MockKinesisClient.java

/**
 * Mock kinesis client for testing that is primarily used for reading from the
 * stream as we do here in Presto.
 *
 * This is to help prove that the API is being used correctly and debug any
 * issues that arise without incurring AWS load and charges.  It is far from a complete