Modifier and Type | Field and Description |
---|---|
static Configurable |
LogContext.DEFAULT
Holds the logging context default implementation (configurable,
default value
LogContext.STANDARD ). |
static Configurable |
AllocatorContext.DEFAULT
Holds the default allocator context shared by all newly created threads
(the default is a
HeapContext instance). |
static Configurable |
SecurityContext.DEFAULT
Holds the default security context implementation (configurable).
|
static Configurable |
StackContext.DEFAULT
Holds the default implementation.
|
static Configurable |
ConcurrentContext.DEFAULT
Holds the default implementation.
|
static Configurable |
ConcurrentContext.MAXIMUM_CONCURRENCY
Holds the maximum number of concurrent executors
(see
Javolution Configuration for details).
|
Modifier and Type | Method and Description |
---|---|
boolean |
SecurityContext.isConfigurable(Configurable cfg)
Indicates if this security context allows changes in the specified
Configurable
(default true ). |
Modifier and Type | Field and Description |
---|---|
static Configurable |
Struct.MAXIMUM_ALIGNMENT
Configurable holding the maximum wordSize in bytes
(default
4 ). |
Modifier and Type | Field and Description |
---|---|
static Configurable |
Reflection.CLASS
Holds the default implementation (configurable).
|
Modifier and Type | Method and Description |
---|---|
static Configurable |
Configurable.getInstance(String name)
Returns the configurable instance having the specified name.
|
Modifier and Type | Method and Description |
---|---|
static void |
Configurable.configure(Configurable cfg,
Object newValue)
Sets the run-time value of the specified configurable.
|
Modifier and Type | Field and Description |
---|---|
static Configurable |
TestContext.DEFAULT
Holds the test context default implementation (the test report is sent to
to
System.out and test errors are sent to System.err ). |
static Configurable |
TimeContext.DEFAULT
Holds the time context default implementation (by default logs
average and minimum execution time to
System.out ). |
static Configurable |
TimeContext.TEST_DURATION_MS
Holds the minimum duration of each test execution (default 1000 ms).
|
Modifier and Type | Field and Description |
---|---|
static Configurable |
Index.INITIAL_FIRST
Holds the initial first index value (default
-1 ). |
static Configurable |
Index.INITIAL_LAST
Holds the initial last index value (default
31 ). |
static Configurable |
FastComparator.REHASH_SYSTEM_HASHCODE
Indicates if the system hash code should be rehashed
(see
Javolution Configuration for details).
|
Modifier and Type | Field and Description |
---|---|
static Configurable |
XMLInputFactory.CLASS
Holds the XMLInputFactory implementation (configurable).
|
static Configurable |
XMLOutputFactory.CLASS
Holds the XMLOutputFactory implementation (configurable).
|
Copyright © 2005–2019 Javolution. All rights reserved.