Enum SourceSelectionCache.StatementSourceAssurance
java.lang.Object
java.lang.Enum<SourceSelectionCache.StatementSourceAssurance>
org.eclipse.rdf4j.federated.cache.SourceSelectionCache.StatementSourceAssurance
- All Implemented Interfaces:
Serializable
,Comparable<SourceSelectionCache.StatementSourceAssurance>
- Enclosing interface:
SourceSelectionCache
public static enum SourceSelectionCache.StatementSourceAssurance
extends Enum<SourceSelectionCache.StatementSourceAssurance>
-
Enum Constant Summary
Enum ConstantDescriptionThe endpoint has data for a given query patternThe endpoint does not provide any informationNo local information available: a remote check needs to be performed to check if a data source can provide statements -
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
NONE
The endpoint does not provide any information -
HAS_REMOTE_STATEMENTS
The endpoint has data for a given query pattern -
POSSIBLY_HAS_STATEMENTS
No local information available: a remote check needs to be performed to check if a data source can provide statements
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-