Uses of Interface
org.opendaylight.yangtools.yang.model.repo.spi.SchemaSourceRegistry
-
-
Uses of SchemaSourceRegistry in org.opendaylight.yangtools.yang.model.repo.spi
Classes in org.opendaylight.yangtools.yang.model.repo.spi that implement SchemaSourceRegistry Modifier and Type Class Description classAbstractSchemaRepositoryAbstract base class forSchemaRepositoryimplementations.Methods in org.opendaylight.yangtools.yang.model.repo.spi with parameters of type SchemaSourceRegistry Modifier and Type Method Description static <R extends org.opendaylight.yangtools.yang.model.repo.api.SchemaSourceRepresentation>
@NonNull GuavaSchemaSourceCache<R>GuavaSchemaSourceCache. createSoftCache(SchemaSourceRegistry consumer, Class<R> representation)static <R extends org.opendaylight.yangtools.yang.model.repo.api.SchemaSourceRepresentation>
@NonNull GuavaSchemaSourceCache<R>GuavaSchemaSourceCache. createSoftCache(SchemaSourceRegistry consumer, Class<R> representation, long lifetime, TimeUnit units)static <R extends org.opendaylight.yangtools.yang.model.repo.api.SchemaSourceRepresentation>
@NonNull GuavaSchemaSourceCache<R>GuavaSchemaSourceCache. createSoftCache(SchemaSourceRegistry consumer, Class<R> representation, Duration duration)Constructors in org.opendaylight.yangtools.yang.model.repo.spi with parameters of type SchemaSourceRegistry Constructor Description AbstractSchemaSourceCache(SchemaSourceRegistry consumer, Class<T> representation, PotentialSchemaSource.Costs cost)SchemaSourceTransformer(org.opendaylight.yangtools.yang.model.repo.api.SchemaRepository provider, Class<S> srcClass, SchemaSourceRegistry consumer, Class<D> dstClass, com.google.common.util.concurrent.AsyncFunction<S,D> function)
-