@Deprecated public static enum Protocol.TIMEOUT extends Enum<Protocol.TIMEOUT>
| Enum Constant and Description | 
|---|
| CACHEDeprecated.  | 
| Modifier and Type | Field and Description | 
|---|---|
| static String | CACHE_PROPERTYDeprecated.  Configurable system property  rdf4j.server.txn.registry.timeoutfor specifying the transaction cache
 timeout (in seconds). | 
| static int | DEFAULTDeprecated.  Default timeout setting for transaction cache entries (in seconds). | 
| Modifier and Type | Method and Description | 
|---|---|
| static Protocol.TIMEOUT | valueOf(String name)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. | 
public static final Protocol.TIMEOUT CACHE
public static final String CACHE_PROPERTY
rdf4j.server.txn.registry.timeout for specifying the transaction cache
 timeout (in seconds).public static final int DEFAULT
public static Protocol.TIMEOUT[] values()
for (Protocol.TIMEOUT c : Protocol.TIMEOUT.values()) System.out.println(c);
public static Protocol.TIMEOUT valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2015-2020 Eclipse Foundation. All Rights Reserved.