@ExperimentalApi public interface

DatabaseSystemTimeReaderFactory

com.atlassian.jira.database.DatabaseSystemTimeReaderFactory
Known Indirect Subclasses

@ExperimentalApi

This interface is considered usable by external developers but its contracts have not stabilized.

Experimental APIs may be changed at any time before being marked @Internal or @PublicApi.

Class Overview

Factory for choosing an appropriate DatabaseSystemTimeReader for the current database type.

Summary

Public Methods
@Nonnull DatabaseSystemTimeReader getReader()
Chooses a database system time reader for the current database.

Public Methods

@Nonnull public DatabaseSystemTimeReader getReader ()

Chooses a database system time reader for the current database.

Returns
  • a database system time reader.