java.lang.Object
org.ifinalframework.sharding.annotation.ShardingStrategy.Algorithm
- Enclosing class:
- ShardingStrategy
public static class ShardingStrategy.Algorithm
extends Object
Sharding Algorithm Type
-
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
INLINE
public static final String INLINE
- See Also:
-
-
HINT_INLINE
public static final String HINT_INLINE
- See Also:
-
-
COMPLEX_INLINE
public static final String COMPLEX_INLINE
- See Also:
-
-
INTERVAL
public static final String INTERVAL
- See Also:
-
-
CLASS_BASED
public static final String CLASS_BASED
- See Also:
-