Uses of Class
com.gigaspaces.server.operations.OperationRecord
Packages that use OperationRecord
Package
Description
Provides GigaSpaces administration services
Provides GigaSpaces filter plug-in interfaces.
Top level core package holding main OpenSpaces API for Space (GigaSpace) and Map (GigaMap) and
the ability to create it.
-
Uses of OperationRecord in com.gigaspaces.internal.lrmi.stubs
Methods in com.gigaspaces.internal.lrmi.stubs that return types with arguments of type OperationRecordModifier and TypeMethodDescriptionLRMISpaceImpl.getActiveOperations()LRMISpaceImpl.getLastOperations(int limit) -
Uses of OperationRecord in com.gigaspaces.internal.server.space
Methods in com.gigaspaces.internal.server.space that return types with arguments of type OperationRecordModifier and TypeMethodDescriptionSpaceImpl.getActiveOperations()SpaceImpl.getLastOperations(int limit) -
Uses of OperationRecord in com.j_spaces.core.admin
Methods in com.j_spaces.core.admin that return types with arguments of type OperationRecordModifier and TypeMethodDescriptionIInternalRemoteJSpaceAdmin.getActiveOperations()Returns all currently active (in-flight) operations for this space instance.JSpaceAdminImpl.getActiveOperations()JSpaceAdminProxy.getActiveOperations()IInternalRemoteJSpaceAdmin.getLastOperations(int limit) Returns the last completed operations for this space instance, up to the given limit.JSpaceAdminImpl.getLastOperations(int limit) JSpaceAdminProxy.getLastOperations(int limit) -
Uses of OperationRecord in com.j_spaces.core.filters
Methods in com.j_spaces.core.filters that return types with arguments of type OperationRecordModifier and TypeMethodDescriptionOperationTrackingFilter.getActiveOperations()OperationTrackingFilter.getLastOperations(int limit) -
Uses of OperationRecord in org.openspaces.core
Methods in org.openspaces.core that return types with arguments of type OperationRecordModifier and TypeMethodDescriptionDefaultGigaSpace.getActiveOperations()default List<OperationRecord>GigaSpace.getActiveOperations()Returns all currently active (in-flight) operations on the space instance backing this proxy.DefaultGigaSpace.getLastOperations()DefaultGigaSpace.getLastOperations(int limit) default List<OperationRecord>GigaSpace.getLastOperations()Returns the last completed operations on the space instance backing this proxy (up to configured max).default List<OperationRecord>GigaSpace.getLastOperations(int limit) Returns the last completed operations on the space instance backing this proxy, up to the given limit.