All Downloads are FREE. Search and download functionalities are using the official Maven repository.

Alachisoft.NCache.Common.Extensibility.Client.RPC.PartitioningStrategy Maven / Gradle / Ivy

package Alachisoft.NCache.Common.Extensibility.Client.RPC;


public abstract class PartitioningStrategy {
    public abstract Partition GetDestinationPartition(String cacheKey);

    public abstract Iterable GetAllPartitions();

    public abstract boolean PartitionExists(Partition partition);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy