Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.dynamodbv2.datamodeling
Class DynamoDBMapper.FailedBatch

java.lang.Object
  extended by com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper.FailedBatch
Enclosing class:
DynamoDBMapper

public static class DynamoDBMapper.FailedBatch
extends Object

The return type of batchWrite, batchDelete and batchSave. It contains the information about the unprocessed items and the exception causing the failure.


Constructor Summary
DynamoDBMapper.FailedBatch()
           
 
Method Summary
 Exception getException()
           
 Map<String,List<WriteRequest>> getUnprocessedItems()
           
 void setException(Exception excetpion)
           
 void setUnprocessedItems(Map<String,List<WriteRequest>> unprocessedItems)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DynamoDBMapper.FailedBatch

public DynamoDBMapper.FailedBatch()
Method Detail

setUnprocessedItems

public void setUnprocessedItems(Map<String,List<WriteRequest>> unprocessedItems)

getUnprocessedItems

public Map<String,List<WriteRequest>> getUnprocessedItems()

setException

public void setException(Exception excetpion)

getException

public Exception getException()


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.