| Modifier and Type | Method and Description |
|---|---|
protected static UserRecordResult |
UserRecordResult.fromProtobufMessage(com.amazonaws.services.kinesis.producer.protobuf.Messages.PutRecordResult r) |
UserRecordResult |
UserRecordFailedException.getResult() |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.ListenableFuture<UserRecordResult> |
KinesisProducer.addUserRecord(String stream,
String partitionKey,
ByteBuffer data)
Put a record asynchronously.
|
com.google.common.util.concurrent.ListenableFuture<UserRecordResult> |
IKinesisProducer.addUserRecord(String stream,
String partitionKey,
ByteBuffer data) |
com.google.common.util.concurrent.ListenableFuture<UserRecordResult> |
KinesisProducer.addUserRecord(String stream,
String partitionKey,
String explicitHashKey,
ByteBuffer data)
Put a record asynchronously.
|
com.google.common.util.concurrent.ListenableFuture<UserRecordResult> |
IKinesisProducer.addUserRecord(String stream,
String partitionKey,
String explicitHashKey,
ByteBuffer data) |
com.google.common.util.concurrent.ListenableFuture<UserRecordResult> |
KinesisProducer.addUserRecord(UserRecord userRecord)
Put a record asynchronously.
|
com.google.common.util.concurrent.ListenableFuture<UserRecordResult> |
IKinesisProducer.addUserRecord(UserRecord userRecord) |
| Constructor and Description |
|---|
UserRecordFailedException(UserRecordResult result) |
Copyright © 2018. All rights reserved.