Uses of Class
org.eclipse.rdf4j.federated.endpoint.EndpointBase
-
Packages that use EndpointBase Package Description org.eclipse.rdf4j.federated.endpoint -
-
Uses of EndpointBase in org.eclipse.rdf4j.federated.endpoint
Subclasses of EndpointBase in org.eclipse.rdf4j.federated.endpoint Modifier and Type Class Description class
ManagedRepositoryEndpoint
A specializedRepositoryEndpoint
where the lifecycle of theRepository
is managed by this endpoint, i.e.class
RepositoryEndpoint
A specializedEndpoint
that has a reference to a configuredRepository
.class
ResolvableEndpoint
A specializedEndpoint
that allows to resolve the repository using aRepositoryResolver
.
-