com.j_spaces.javax.cache
Interface CacheBulk.BulkEntry

Enclosing interface:
CacheBulk

public static interface CacheBulk.BulkEntry

Interface for an entry involved in a bulk operation. Contains the information about the Entry and it's associated operation.


Method Summary
 Object getEntry()
          The entry represented by this BulkEntry.
 short getOperation()
          The operation associated with this BulkEntry.
 

Method Detail

getEntry

Object getEntry()
The entry represented by this BulkEntry.

Returns:
the entry (IGSEntry or POJO).

getOperation

short getOperation()
The operation associated with this BulkEntry.

Returns:
one of CacheBulk operation constants.