Class MultiReadReceiveOperationHandler

All Implemented Interfaces:
ReceiveOperationHandler

public class MultiReadReceiveOperationHandler extends AbstractMemoryOnlySearchReceiveOperationHandler
First tries and perform a GigaSpace.readMultiple(Object, int) using the provided template and configured maxEntries (defaults to 50). If no values are returned, will perform a blocking read operation using GigaSpace.read(Object, long).
Author:
kimchy