public static final class AlterSystemPropertiesRequest.PropertyUpdatesMap extends Object
SM_OMP_THREADS
: Set the number of OpenMP threads that will be used to
service filter & aggregation requests against collections to the
specified integer value.
KERNEL_OMP_THREADS
: Set the number of kernel OpenMP threads to the
specified integer value.
CONCURRENT_KERNEL_EXECUTION
: Enables concurrent kernel execution if the
value is true
and disables it if the value is false
.
Supported values:
CHUNK_SIZE
: Sets the chunk size of all new sets to the specified
integer value.
EXECUTION_MODE
: Sets the execution_mode for kernel executions to the
specified string value. Possible values are host, device, default
(engine decides) or an integer value that indicates max chunk size to
exec on host
FLUSH_TO_DISK
: Flushes any changes to any tables to the persistent
store. These changes include updates to the vector store, object store,
and text search store, Value string is ignored
CLEAR_CACHE
: Clears cached results. Useful to allow repeated timing of
endpoints. Value string is ignored
COMMUNICATOR_TEST
: Invoke the communicator test and report timing
results. Value string is is a comma separated list of SET_MESSAGE_TIMERS_ENABLED
: Enables the communicator test to collect
additional timing statistics when the value string is true
.
Disables the collection when the value string is false
Supported values:
BULK_ADD_TEST
: Invoke the bulk add test and report timing results.
Value string is ignored.
NETWORK_SPEED
: Invoke the network speed test and report timing results.
Value string is a semicolon-separated list of propertyUpdatesMap
.Modifier and Type | Field and Description |
---|---|
static String |
AUDIT_BODY
Enable or disable auditing of request bodies.
|
static String |
AUDIT_DATA
Enable or disable auditing of request data.
|
static String |
AUDIT_HEADERS
Enable or disable auditing of request headers.
|
static String |
BULK_ADD_TEST
Invoke the bulk add test and report timing results.
|
static String |
CHUNK_CACHE_ENABLED
Enable chunk level query caching.
|
static String |
CHUNK_CACHE_SIZE
Size of the chunk cache in bytes.
|
static String |
CHUNK_SIZE
Sets the chunk size of all new sets to the specified integer value.
|
static String |
CLEAR_CACHE
Clears cached results.
|
static String |
COMMUNICATOR_TEST
Invoke the communicator test and report timing results.
|
static String |
CONCURRENT_KERNEL_EXECUTION
Enables concurrent kernel execution if the value is
true and
disables it if the value is false . |
static String |
ENABLE_AUDIT
Enable or disable auditing.
|
static String |
ENABLE_JOB_MANAGER
Enable JobManager to enforce processing of requests in the order
received.
|
static String |
EXECUTION_MODE
Sets the execution_mode for kernel executions to the specified
string value.
|
static String |
FALSE |
static String |
FLUSH_TO_DISK
Flushes any changes to any tables to the persistent store.
|
static String |
KERNEL_OMP_THREADS
Set the number of kernel OpenMP threads to the specified integer
value.
|
static String |
MAX_GET_RECORDS_SIZE
The maximum number of records the database will serve for a given
data retrieval call.
|
static String |
MEMORY_ALLOCATION_LIMIT_MB
Set the memory allocation limit for all rank processes in megabytes,
0 means no limit.
|
static String |
NETWORK_SPEED
Invoke the network speed test and report timing results.
|
static String |
REQUEST_TIMEOUT
Number of minutes after which filtering (e.g.,
GPUdb.filter(FilterRequest) ) and aggregating (e.g.,
GPUdb.aggregateGroupByRaw(AggregateGroupByRequest) )
queries will timeout. |
static String |
SET_MESSAGE_TIMERS_ENABLED
Enables the communicator test to collect additional timing
statistics when the value string is
true . |
static String |
SM_OMP_THREADS
Set the number of OpenMP threads that will be used to service filter
& aggregation requests against collections to the specified integer
value.
|
static String |
TRUE |
public static final String SM_OMP_THREADS
public static final String KERNEL_OMP_THREADS
public static final String CONCURRENT_KERNEL_EXECUTION
true
and
disables it if the value is false
.
Supported values:
public static final String TRUE
public static final String FALSE
public static final String CHUNK_SIZE
public static final String EXECUTION_MODE
public static final String FLUSH_TO_DISK
public static final String CLEAR_CACHE
public static final String COMMUNICATOR_TEST
public static final String SET_MESSAGE_TIMERS_ENABLED
true
. Disables the
collection when the value string is false
Supported values:
public static final String BULK_ADD_TEST
public static final String NETWORK_SPEED
public static final String REQUEST_TIMEOUT
GPUdb.filter(FilterRequest)
) and aggregating (e.g.,
GPUdb.aggregateGroupByRaw(AggregateGroupByRequest)
)
queries will timeout. The default value is '20'.public static final String MAX_GET_RECORDS_SIZE
public static final String MEMORY_ALLOCATION_LIMIT_MB
public static final String ENABLE_AUDIT
public static final String AUDIT_HEADERS
public static final String AUDIT_BODY
public static final String AUDIT_DATA
public static final String ENABLE_JOB_MANAGER
public static final String CHUNK_CACHE_ENABLED
public static final String CHUNK_CACHE_SIZE
Copyright © 2019. All rights reserved.