Uses of Enum
org.eclipse.rdf4j.federated.endpoint.EndpointClassification
Packages that use EndpointClassification
-
Uses of EndpointClassification in org.eclipse.rdf4j.federated.endpoint
Subclasses with type arguments of type EndpointClassification in org.eclipse.rdf4j.federated.endpointModifier and TypeClassDescriptionenum
Classify endpoints into remote or local ones.Fields in org.eclipse.rdf4j.federated.endpoint declared as EndpointClassificationModifier and TypeFieldDescriptionprotected EndpointClassification
EndpointBase.endpointClassification
Methods in org.eclipse.rdf4j.federated.endpoint that return EndpointClassificationModifier and TypeMethodDescriptionEndpoint.getEndpointClassification()
EndpointBase.getEndpointClassification()
static EndpointClassification
Returns the enum constant of this type with the specified name.static EndpointClassification[]
EndpointClassification.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.rdf4j.federated.endpoint with parameters of type EndpointClassificationModifier and TypeMethodDescriptionvoid
EndpointBase.setEndpointClassification
(EndpointClassification endpointClassification) Constructors in org.eclipse.rdf4j.federated.endpoint with parameters of type EndpointClassificationModifierConstructorDescriptionEndpointBase
(RepositoryInformation repoInfo, String endpoint, EndpointClassification endpointClassification) ManagedRepositoryEndpoint
(RepositoryInformation repoInfo, String endpoint, EndpointClassification endpointClassification, Repository repo) RepositoryEndpoint
(RepositoryInformation repoInfo, String endpoint, EndpointClassification endpointClassification, Repository repository) ResolvableEndpoint
(RepositoryInformation repoInfo, String endpoint, EndpointClassification endpointClassification)