Package org.eclipse.rdf4j.http.protocol
Enum Protocol.TIMEOUT
- All Implemented Interfaces:
Serializable
,Comparable<Protocol.TIMEOUT>
- Enclosing class:
Protocol
Deprecated.
Use an enum to allow ActiveTransactionRegistry enum to access the static values. This is necessary because enum
are initialize before static fields.
-
Enum Constant Summary
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Deprecated.Configurable system propertyrdf4j.server.txn.registry.timeout
for specifying the transaction cache timeout (in seconds).static final int
Deprecated.Default timeout setting for transaction cache entries (in seconds). -
Method Summary
Modifier and TypeMethodDescriptionstatic Protocol.TIMEOUT
Deprecated.Returns the enum constant of this type with the specified name.static Protocol.TIMEOUT[]
values()
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
CACHE
Deprecated.
-
-
Field Details
-
CACHE_PROPERTY
Deprecated.Configurable system propertyrdf4j.server.txn.registry.timeout
for specifying the transaction cache timeout (in seconds).- See Also:
-
DEFAULT
public static final int DEFAULTDeprecated.Default timeout setting for transaction cache entries (in seconds).- See Also:
-
-
Method Details
-
values
Deprecated.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
Deprecated.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
-