Uses of Interface
org.lukashian.store.MillisecondStoreDataProvider
Packages that use MillisecondStoreDataProvider
Package
Description
-
Uses of MillisecondStoreDataProvider in org.lukashian.store
Methods in org.lukashian.store with parameters of type MillisecondStoreDataProviderModifier and TypeMethodDescriptionvoidMillisecondStore.registerProvider(int key, MillisecondStoreDataProvider provider) Registers the givenMillisecondStoreDataProviderunder the given key.Constructors in org.lukashian.store with parameters of type MillisecondStoreDataProvider -
Uses of MillisecondStoreDataProvider in org.lukashian.store.provider
Classes in org.lukashian.store.provider 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 Earth implementation of the Lukashian Calendar Mechanism 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.classAn implementation of theMillisecondStoreDataProviderthat implements the Lukashian Calendar Mechanism, resulting in a Lukashian Calendar: For Solar Mars Years that run from Southern Solstice to Southern Solstice For True (or apparent) Solar Mars Days (not Mean Solar Mars Days) The standard Mars implementation of the Lukashian Calendar Mechanism defines a year as a Solar Mars Year (or Tropical Mars Year), i.e. a single rotation of the Mars around the Sun, in terms of the cycle of the seasons. -
Uses of MillisecondStoreDataProvider in org.lukashian.store.provider.external
Classes in org.lukashian.store.provider.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.provider.external.file
Classes in org.lukashian.store.provider.external.file that implement MillisecondStoreDataProviderModifier and TypeClassDescriptionclassThis implementation ofExternalResourceMillisecondStoreDataProviderloads binary streams of long values from a file. -
Uses of MillisecondStoreDataProvider in org.lukashian.store.provider.external.http
Classes in org.lukashian.store.provider.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.classThis implementation ofHttpMillisecondStoreDataProviderloads binary streams of long values from the official lukashian.org server.