Uses of Interface
com.microsoft.azure.kusto.ingest.utils.TimeProvider
-
Packages that use TimeProvider Package Description com.microsoft.azure.kusto.ingest.resources com.microsoft.azure.kusto.ingest.utils -
-
Uses of TimeProvider in com.microsoft.azure.kusto.ingest.resources
Fields in com.microsoft.azure.kusto.ingest.resources declared as TimeProvider Modifier and Type Field Description static TimeProviderRankedStorageAccountSet. DEFAULT_TIME_PROVIDERConstructors in com.microsoft.azure.kusto.ingest.resources with parameters of type TimeProvider Constructor Description RankedStorageAccount(String accountName, int maxNumberOfBuckets, int bucketDurationMillis, TimeProvider timeProvider)RankedStorageAccountSet(int bucketCount, int bucketDurationMillis, int[] tiers, TimeProvider timeProvider, RandomProvider randomProvider) -
Uses of TimeProvider in com.microsoft.azure.kusto.ingest.utils
Classes in com.microsoft.azure.kusto.ingest.utils that implement TimeProvider Modifier and Type Class Description classSystemTimeProvider
-