Uses of Interface
com.gigaspaces.client.ChangedEntryDetails
Packages that use ChangedEntryDetails
Package
Description
Deprecated: use
org.openspaces.core instead.Top level core package holding main OpenSpaces API for Space (GigaSpace) and Map (GigaMap) and
the ability to create it.
-
Uses of ChangedEntryDetails in com.gigaspaces.client
Methods in com.gigaspaces.client that return types with arguments of type ChangedEntryDetailsModifier and TypeMethodDescriptionChangeResult.getResults()Returns a collection ofChangedEntryDetailsof the changed entries.ChangeException.getSuccesfullChanges()Returns the successfully done changes.Constructor parameters in com.gigaspaces.client with type arguments of type ChangedEntryDetailsModifierConstructorDescriptionChangeException(String message, Collection<ChangedEntryDetails<?>> changedEntries, Collection<FailedChangedEntryDetails> entriesFailedToChange, Collection<Throwable> errors) -
Uses of ChangedEntryDetails in com.gigaspaces.internal.client
Classes in com.gigaspaces.internal.client that implement ChangedEntryDetailsModifier and TypeClassDescriptionclassclassMethods in com.gigaspaces.internal.client that return types with arguments of type ChangedEntryDetailsModifier and TypeMethodDescriptionChangeDetailedResultImpl.getResults()ChangeResultImpl.getResults()Constructors in com.gigaspaces.internal.client with parameters of type ChangedEntryDetailsModifierConstructorDescriptionChangeDetailedResultImpl(ChangedEntryDetails<T> singleChangeEntryResult) Constructor parameters in com.gigaspaces.internal.client with type arguments of type ChangedEntryDetailsModifierConstructorDescriptionChangeDetailedResultImpl(Collection<ChangedEntryDetails<T>> multipleBatchResults) -
Uses of ChangedEntryDetails in com.gigaspaces.internal.client.spaceproxy.operations
Method parameters in com.gigaspaces.internal.client.spaceproxy.operations with type arguments of type ChangedEntryDetailsModifier and TypeMethodDescriptionprotected voidChangeEntriesSpaceOperationRequest.setMutators(Iterable<ChangedEntryDetails<?>> entriesDetails) -
Uses of ChangedEntryDetails in org.openspaces.core
Methods in org.openspaces.core that return types with arguments of type ChangedEntryDetailsModifier and TypeMethodDescriptionChangeException.getSuccesfullChanges()Returns the successfully done changes.