| Package | Description | 
|---|---|
| com.j_spaces.kernel | 
 Provides GigaSpaces low level services 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static TimeUnitProperty | 
TimeUnitProperty.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static TimeUnitProperty[] | 
TimeUnitProperty.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static long | 
TimeUnitProperty.getParsedValue(String time,
              TimeUnitProperty defaultTimeUnit)
Parse the time using the provided TimeUnitProperty. 
 | 
static long | 
TimeUnitProperty.getProperty(String key,
           String def,
           TimeUnitProperty defaultTimeUnit)
Get the property from the system properties and parse it according the matching pattern 
 | 
Copyright © GigaSpaces.