Uses of Class
org.openmetadata.service.jdbi3.EntityTimeSeriesRepository
Packages that use EntityTimeSeriesRepository
Package
Description
-
Uses of EntityTimeSeriesRepository in org.openmetadata.service
Methods in org.openmetadata.service that return EntityTimeSeriesRepositoryModifier and TypeMethodDescriptionstatic EntityTimeSeriesRepository<? extends EntityTimeSeriesInterface>Entity.getEntityTimeSeriesRepository(@NonNull String entityType) Methods in org.openmetadata.service with parameters of type EntityTimeSeriesRepositoryModifier and TypeMethodDescriptionstatic <T extends EntityTimeSeriesInterface>
voidEntity.registerEntity(Class<T> clazz, String entity, EntityTimeSeriesRepository<T> entityRepository) -
Uses of EntityTimeSeriesRepository in org.openmetadata.service.jdbi3
Subclasses of EntityTimeSeriesRepository in org.openmetadata.service.jdbi3Modifier and TypeClassDescriptionclassclass -
Uses of EntityTimeSeriesRepository in org.openmetadata.service.resources
Classes in org.openmetadata.service.resources with type parameters of type EntityTimeSeriesRepositoryModifier and TypeClassDescriptionclassEntityTimeSeriesResource<T extends EntityTimeSeriesInterface,K extends EntityTimeSeriesRepository<T>> Fields in org.openmetadata.service.resources declared as EntityTimeSeriesRepository