Skip to content

Commit

Permalink
Update notes for SmartIntervalShardingAlgorithm.TIMESTAMP_TYPE_KEY
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahoo-Wang committed Dec 11, 2021
1 parent 4312073 commit 32171b5
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@
public class SmartIntervalShardingAlgorithm extends AbstractZoneIntervalShardingAlgorithm<Comparable<?>> {
public static final String TYPE = "COSID_INTERVAL";
public static final String TIMESTAMP_SECOND_TYPE = "SECOND";

/**
* MS
* type of timestamp
*/
public static final String TIMESTAMP_TYPE_KEY = "ts-type";

Expand Down

0 comments on commit 32171b5

Please sign in to comment.