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 TypeClassDescriptionclass
An implementation of theMillisecondStoreDataProvider
that 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 TypeMethodDescriptionvoid
MillisecondStore.setMillisecondStoreDataProvider
(MillisecondStoreDataProvider provider) Sets theMillisecondStoreDataProvider
to the given instance and reloads thisMillisecondStore
. -
Uses of MillisecondStoreDataProvider in org.lukashian.store.external
Classes in org.lukashian.store.external that implement MillisecondStoreDataProviderModifier and TypeClassDescriptionclass
This 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 TypeClassDescriptionclass
This implementation ofExternalResourceMillisecondStoreDataProvider
loads 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 TypeClassDescriptionclass
This implementation ofExternalResourceMillisecondStoreDataProvider
loads binary streams of long values from an HTTP location.class
This implementation ofHttpMillisecondStoreDataProvider
loads binary streams of long values from the official lukashian.org server.