Interface CacheableShardingAlgorithmClassProvider

All Known Implementing Classes:
BuiltInCacheableShardingAlgorithmClassProvider

public interface CacheableShardingAlgorithmClassProvider
Cacheable sharding algorithm class provider.
  • Method Summary

    Modifier and Type
    Method
    Description
    Collection<Class<? extends org.apache.shardingsphere.sharding.spi.ShardingAlgorithm>>
    Get classes of cacheable sharding algorithm.
  • Method Details

    • getCacheableShardingAlgorithmClasses

      Collection<Class<? extends org.apache.shardingsphere.sharding.spi.ShardingAlgorithm>> getCacheableShardingAlgorithmClasses()
      Get classes of cacheable sharding algorithm.
      Returns:
      classes of cacheable sharding algorithm.