public abstract class BlobStoreBulkOperationResult extends Object
| Constructor and Description | 
|---|
BlobStoreBulkOperationResult(BlobStoreBulkOperationType opType,
                            Serializable id,
                            Serializable data,
                            Object position)  | 
BlobStoreBulkOperationResult(BlobStoreBulkOperationType opType,
                            Serializable id,
                            Throwable exception)  | 
| Modifier and Type | Method and Description | 
|---|---|
Serializable | 
getData()  | 
Throwable | 
getException()  | 
Serializable | 
getId()  | 
IBlobStoreOffHeapInfo | 
getOffHeapInfo()  | 
BlobStoreBulkOperationType | 
getOpType()  | 
Object | 
getPosition()  | 
void | 
setData(Serializable data)  | 
public BlobStoreBulkOperationResult(BlobStoreBulkOperationType opType, Serializable id, Serializable data, Object position)
public BlobStoreBulkOperationResult(BlobStoreBulkOperationType opType, Serializable id, Throwable exception)
public BlobStoreBulkOperationType getOpType()
public Serializable getId()
public Serializable getData()
public void setData(Serializable data)
public Object getPosition()
public Throwable getException()
public IBlobStoreOffHeapInfo getOffHeapInfo()
Copyright © GigaSpaces.