Uses of Class
com.google.cloud.spanner.watcher.TimebasedShardProvider.Interval
-
-
Uses of TimebasedShardProvider.Interval in com.google.cloud.spanner.watcher
Methods in com.google.cloud.spanner.watcher that return TimebasedShardProvider.Interval Modifier and Type Method Description static TimebasedShardProvider.IntervalTimebasedShardProvider.Interval. valueOf(String name)Returns the enum constant of this type with the specified name.static TimebasedShardProvider.Interval[]TimebasedShardProvider.Interval. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.spanner.watcher with parameters of type TimebasedShardProvider.Interval Modifier and Type Method Description static TimebasedShardProviderTimebasedShardProvider. create(String column, TimebasedShardProvider.Interval interval)Creates aTimebasedShardProviderfor the given database column and interval.
-