Class AggregateEntriesSpaceOperation
java.lang.Object
com.gigaspaces.internal.server.space.operations.AbstractSpaceOperation<AggregateEntriesSpaceOperationResult,AggregateEntriesSpaceOperationRequest>
com.gigaspaces.internal.server.space.operations.AggregateEntriesSpaceOperation
public class AggregateEntriesSpaceOperation
extends AbstractSpaceOperation<AggregateEntriesSpaceOperationResult,AggregateEntriesSpaceOperationRequest>
- Since:
- 10.0
- Author:
- Niv Ingberg
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(AggregateEntriesSpaceOperationRequest request, AggregateEntriesSpaceOperationResult result, SpaceImpl space, boolean oneway) getLogName(AggregateEntriesSpaceOperationRequest request, AggregateEntriesSpaceOperationResult result) static ObjectlistFromBytes(byte[] bytes, List<ClassLoader> classLoaders) Methods inherited from class com.gigaspaces.internal.server.space.operations.AbstractSpaceOperation
isGenericLogging, validateClientMvccCompatible
-
Constructor Details
-
AggregateEntriesSpaceOperation
public AggregateEntriesSpaceOperation()
-
-
Method Details
-
execute
public void execute(AggregateEntriesSpaceOperationRequest request, AggregateEntriesSpaceOperationResult result, SpaceImpl space, boolean oneway) throws Exception - Specified by:
executein classAbstractSpaceOperation<AggregateEntriesSpaceOperationResult,AggregateEntriesSpaceOperationRequest> - Throws:
Exception
-
listFromBytes
-
getLogName
public String getLogName(AggregateEntriesSpaceOperationRequest request, AggregateEntriesSpaceOperationResult result) - Specified by:
getLogNamein classAbstractSpaceOperation<AggregateEntriesSpaceOperationResult,AggregateEntriesSpaceOperationRequest>
-