Uses of Interface
com.gigaspaces.internal.collections.ShortObjectMap
Packages that use ShortObjectMap
Package
Description
-
Uses of ShortObjectMap in com.gigaspaces.internal.cluster.node.impl.backlog.multibucketsinglefile
Methods in com.gigaspaces.internal.cluster.node.impl.backlog.multibucketsinglefile that return ShortObjectMapMethods in com.gigaspaces.internal.cluster.node.impl.backlog.multibucketsinglefile with parameters of type ShortObjectMapModifier and TypeMethodDescriptionvoidAbstractMultiBucketOrderedPacket.associateToBuckets(ShortObjectMap<List<IMultiBucketSingleFileReplicationOrderedPacket>> bucketsPackets) voidAbstractSingleBucketOrderedPacket.associateToBuckets(ShortObjectMap<List<IMultiBucketSingleFileReplicationOrderedPacket>> bucketsPackets) voidIMultiBucketSingleFileReplicationOrderedPacket.associateToBuckets(ShortObjectMap<List<IMultiBucketSingleFileReplicationOrderedPacket>> bucketsPackets) voidMultiBucketSingleFileReliableAsyncKeptDiscardedPacket.associateToBuckets(ShortObjectMap<List<IMultiBucketSingleFileReplicationOrderedPacket>> bucketsPackets) Constructors in com.gigaspaces.internal.cluster.node.impl.backlog.multibucketsinglefile with parameters of type ShortObjectMapModifierConstructorDescriptionAbstractMultiBucketOrderedPacket(long globalKey, ShortObjectMap<BucketKey> bucketsKeys) DeletedMultiBucketOrderedPacket(long startGlobalKey, long endGlobalKey, ShortObjectMap<BucketKey> bucketsStartKeys, ShortLongMap bucketEndKeys) DiscardedMultiBucketOrderedPacket(long globalKey, ShortObjectMap<BucketKey> bucketsKeys) MultipleBucketOrderedPacket(long globalKey, ShortObjectMap<BucketKey> bucketsKeys, IReplicationPacketData<?> data) -
Uses of ShortObjectMap in com.gigaspaces.internal.collections
Methods in com.gigaspaces.internal.collections that return ShortObjectMapModifier and TypeMethodDescriptionabstract <V> ShortObjectMap<V>CollectionsFactory.createShortObjectMap()abstract <V> ShortObjectMap<V>CollectionsFactory.createShortObjectMap(int initialCapacity) -
Uses of ShortObjectMap in com.gigaspaces.internal.collections.standard
Classes in com.gigaspaces.internal.collections.standard that implement ShortObjectMapMethods in com.gigaspaces.internal.collections.standard that return ShortObjectMapModifier and TypeMethodDescriptionStandardCollectionsFactory.createShortObjectMap()<V> ShortObjectMap<V>StandardCollectionsFactory.createShortObjectMap(int initialCapacity) -
Uses of ShortObjectMap in com.gigaspaces.internal.collections.trove
Classes in com.gigaspaces.internal.collections.trove that implement ShortObjectMapMethods in com.gigaspaces.internal.collections.trove that return ShortObjectMapModifier and TypeMethodDescriptionTroveCollectionsFactory.createShortObjectMap()<V> ShortObjectMap<V>TroveCollectionsFactory.createShortObjectMap(int initialCapacity)