Modifier and Type | Class and Description |
---|---|
static class |
TimeoutBehaviorConfiguration.TimeoutBehaviorType
Enum encapsulating type of TimeoutBehavior
|
Modifier and Type | Field and Description |
---|---|
static String |
CUSTOM_TYPE_FACTORY_PROPERTY_NAME
Property name used to configure the class name of the factory class used by
TimeoutBehaviorConfiguration.TimeoutBehaviorType.CUSTOM |
static String |
CUSTOM_TYPE_NAME
Type name for
TimeoutBehaviorConfiguration.TimeoutBehaviorType.CUSTOM |
static String |
DEFAULT_PROPERTIES
Default value for properties.
|
static String |
DEFAULT_PROPERTY_SEPARATOR
Default value for property separator
|
static TimeoutBehaviorConfiguration.TimeoutBehaviorType |
DEFAULT_TIMEOUT_BEHAVIOR_TYPE
Default value for timeout behavior
|
static String |
DEFAULT_VALUE
Default value for timeout behavior
|
static String |
EXCEPTION_TYPE_NAME
|
static String |
LOCAL_READS_AND_EXCEPTION_ON_WRITES_TYPE_NAME
|
static String |
LOCAL_READS_TYPE_NAME
|
static String |
NOOP_TYPE_NAME
Type name for
TimeoutBehaviorConfiguration.TimeoutBehaviorType.NOOP |
Constructor and Description |
---|
TimeoutBehaviorConfiguration()
Default constructor
|
TimeoutBehaviorConfiguration(TimeoutBehaviorConfiguration ref)
Copy constructor
|
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
boolean |
equals(Object obj) |
String |
getProperties()
Get the properties
|
String |
getPropertySeparator()
Get the property separator
|
TimeoutBehaviorConfiguration.TimeoutBehaviorType |
getTimeoutBehaviorType()
Returns the type of timeout behavior configured
|
String |
getType()
Returns the type of timeout behavior configured
|
int |
hashCode() |
TimeoutBehaviorConfiguration |
properties(String value)
Set the properties
|
TimeoutBehaviorConfiguration |
propertySeparator(String value)
Set the property separator
|
void |
setProperties(String properties)
Set the properties
|
void |
setPropertySeparator(String propertySeparator)
Set the property separator
|
void |
setType(String type)
Set the type of timeout behavior
|
TimeoutBehaviorConfiguration |
type(String type)
Set the type of timeout behavior
|
public static final String EXCEPTION_TYPE_NAME
public static final String LOCAL_READS_TYPE_NAME
public static final String LOCAL_READS_AND_EXCEPTION_ON_WRITES_TYPE_NAME
public static final String NOOP_TYPE_NAME
TimeoutBehaviorConfiguration.TimeoutBehaviorType.NOOP
public static final String CUSTOM_TYPE_NAME
TimeoutBehaviorConfiguration.TimeoutBehaviorType.CUSTOM
public static final String CUSTOM_TYPE_FACTORY_PROPERTY_NAME
TimeoutBehaviorConfiguration.TimeoutBehaviorType.CUSTOM
public static final TimeoutBehaviorConfiguration.TimeoutBehaviorType DEFAULT_TIMEOUT_BEHAVIOR_TYPE
public static final String DEFAULT_PROPERTIES
public static final String DEFAULT_PROPERTY_SEPARATOR
public static final String DEFAULT_VALUE
public TimeoutBehaviorConfiguration()
public TimeoutBehaviorConfiguration(TimeoutBehaviorConfiguration ref)
ref
- the reference to copypublic String getType()
public TimeoutBehaviorConfiguration.TimeoutBehaviorType getTimeoutBehaviorType()
public void setType(String type)
type
- public TimeoutBehaviorConfiguration type(String type)
type
- public String getProperties()
public void setProperties(String properties)
properties
- public TimeoutBehaviorConfiguration properties(String value)
value
- public String getPropertySeparator()
public void setPropertySeparator(String propertySeparator)
propertySeparator
- public TimeoutBehaviorConfiguration propertySeparator(String value)
value
- public Object clone() throws CloneNotSupportedException
clone
in class Object
CloneNotSupportedException
Copyright © 2003–2016 Terracotta, Inc.. All rights reserved.