Uses of Class
org.eclipse.rdf4j.federated.endpoint.EndpointType
-
Packages that use EndpointType Package Description org.eclipse.rdf4j.federated.endpoint org.eclipse.rdf4j.federated.endpoint.provider org.eclipse.rdf4j.federated.evaluation -
-
Uses of EndpointType in org.eclipse.rdf4j.federated.endpoint
Methods in org.eclipse.rdf4j.federated.endpoint that return EndpointType Modifier and Type Method Description EndpointType
EndpointBase. getType()
static EndpointType
EndpointType. valueOf(String name)
Returns the enum constant of this type with the specified name.static EndpointType[]
EndpointType. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of EndpointType in org.eclipse.rdf4j.federated.endpoint.provider
Methods in org.eclipse.rdf4j.federated.endpoint.provider that return EndpointType Modifier and Type Method Description EndpointType
RepositoryInformation. getType()
Methods in org.eclipse.rdf4j.federated.endpoint.provider with parameters of type EndpointType Modifier and Type Method Description void
RepositoryInformation. setType(EndpointType type)
Constructors in org.eclipse.rdf4j.federated.endpoint.provider with parameters of type EndpointType Constructor Description RepositoryInformation(String id, String name, String location, EndpointType type)
RepositoryInformation(EndpointType type)
-
Uses of EndpointType in org.eclipse.rdf4j.federated.evaluation
Methods in org.eclipse.rdf4j.federated.evaluation with parameters of type EndpointType Modifier and Type Method Description static TripleSource
TripleSourceFactory. tripleSourceFor(Endpoint e, EndpointType t, FederationContext federationContext)
-