Uses of Class
com.gigaspaces.internal.lease.SpaceLease
Packages that use SpaceLease
-
Uses of SpaceLease in com.gigaspaces.internal.lease
Subclasses of SpaceLease in com.gigaspaces.internal.leaseMethods in com.gigaspaces.internal.lease that return SpaceLeaseMethods in com.gigaspaces.internal.lease that return types with arguments of type SpaceLeaseModifier and TypeMethodDescriptionstatic Map<SpaceLease,Throwable> LeaseUtils.updateBatch(IDirectSpaceProxy spaceProxy, LeaseUpdateBatch batch) Method parameters in com.gigaspaces.internal.lease with type arguments of type SpaceLeaseModifier and TypeMethodDescriptionstatic voidLeaseUtils.updateBatchAsync(IDirectSpaceProxy spaceProxy, LeaseUpdateBatch batch, AsyncFutureListener<Map<SpaceLease, Throwable>> listener) Constructors in com.gigaspaces.internal.lease with parameters of type SpaceLeaseModifierConstructorDescriptionLeaseUpdateBatch(SpaceLease[] leases, LeaseUpdateDetails[] leasesUpdateDetails, boolean isRenew) LeaseUpdateDetails(SpaceLease lease, long renewDuration)