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.
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 |
BULK_ADD_TEST
Invoke the bulk add test and report timing results.
|
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 |
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 |
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 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.public static final String MAX_GET_RECORDS_SIZE
Copyright © 2017. All rights reserved.