Uses of Interface
org.lukashian.store.MillisecondStoreDataProvider
Packages that use MillisecondStoreDataProvider
Package
Description
-
Uses of MillisecondStoreDataProvider in org.lukashian.store
Classes in org.lukashian.store that implement MillisecondStoreDataProviderModifier and TypeClassDescriptionclassAn implementation of theMillisecondStoreDataProviderthat implements the Lukashian Calendar Mechanism, resulting in a Lukashian Calendar: For Solar Earth Years that run from Southern Solstice to Southern Solstice For True (or apparent) Solar Earth Days (not Mean Solar Earth Days) With the year number approximately 3900 higher than the Gregorian Calendar All measured according to Terrestrial Time The standard implementation of the Lukashian Calendar Mechanism ("The Lukashian Calendar") defines a year as a Solar Earth Year (or Tropical Earth Year), i.e. a single rotation of the Earth around the Sun, in terms of the cycle of the seasons.Methods in org.lukashian.store with parameters of type MillisecondStoreDataProviderModifier and TypeMethodDescriptionvoidMillisecondStore.setMillisecondStoreDataProvider(MillisecondStoreDataProvider provider) Sets theMillisecondStoreDataProviderto the given instance and reloads thisMillisecondStore. -
Uses of MillisecondStoreDataProvider in org.lukashian.store.external
Classes in org.lukashian.store.external that implement MillisecondStoreDataProviderModifier and TypeClassDescriptionclassThis class provides base functionality for loading numbers of milliseconds from an external resource, like a file or a url. -
Uses of MillisecondStoreDataProvider in org.lukashian.store.external.file
Classes in org.lukashian.store.external.file that implement MillisecondStoreDataProviderModifier and TypeClassDescriptionclassThis implementation ofExternalResourceMillisecondStoreDataProviderloads binary streams of long values from a file. -
Uses of MillisecondStoreDataProvider in org.lukashian.store.external.http
Classes in org.lukashian.store.external.http that implement MillisecondStoreDataProviderModifier and TypeClassDescriptionclassThis implementation ofExternalResourceMillisecondStoreDataProviderloads binary streams of long values from an HTTP location.classThis implementation ofHttpMillisecondStoreDataProviderloads binary streams of long values from the official lukashian.org server.