public static class JobScheduler.Groups extends Object
| Modifier and Type | Field and Description |
|---|---|
static JobScheduler.Group |
boltLogRotation
Rotates bolt message logs
|
static JobScheduler.Group |
boltNetworkIO
Network IO threads for the Bolt protocol.
|
static JobScheduler.Group |
checkPoint
Checkpoint and store flush
|
static JobScheduler.Group |
fileWatch
File watch service group
|
static JobScheduler.Group |
indexPopulation
Background index population
|
static JobScheduler.Group |
indexSampling |
static JobScheduler.Group |
indexSamplingController
Gathers approximated data about the underlying data store.
|
static JobScheduler.Group |
internalLogRotation
Rotates internal diagnostic logs
|
static JobScheduler.Group |
masterTransactionPushing
Push transactions from master to slaves
|
static JobScheduler.Group |
metricsEvent
Reporting thread for Metrics events
|
static JobScheduler.Group |
nativeSecurity
Native security.
|
static JobScheduler.Group |
pullUpdates
Pulls updates from the master.
|
static JobScheduler.Group |
queryLogRotation
Rotates query logs
|
static JobScheduler.Group |
raftLogPruning
Raft Log pruning
|
static JobScheduler.Group |
recoveryCleanup
Recovery cleanup.
|
static JobScheduler.Group |
serverTransactionTimeout
Rolls back idle transactions on the server.
|
static JobScheduler.Group |
sessionWorker
Session workers, these perform the work of actually executing client queries.
|
static JobScheduler.Group |
slaveLocksTimeout
Aborts idle slave lock sessions on the master.
|
static JobScheduler.Group |
storageMaintenance
Storage maintenance.
|
static JobScheduler.Group |
transactionTimeoutMonitor
Kernel transaction timeout monitor.
|
static JobScheduler.Group |
udc
UDC timed events.
|
public static final JobScheduler.Group sessionWorker
public static final JobScheduler.Group indexPopulation
public static final JobScheduler.Group masterTransactionPushing
public static final JobScheduler.Group serverTransactionTimeout
public static final JobScheduler.Group slaveLocksTimeout
public static final JobScheduler.Group pullUpdates
public static final JobScheduler.Group indexSamplingController
public static final JobScheduler.Group indexSampling
public static final JobScheduler.Group internalLogRotation
public static final JobScheduler.Group queryLogRotation
public static final JobScheduler.Group boltLogRotation
public static final JobScheduler.Group checkPoint
public static final JobScheduler.Group raftLogPruning
public static final JobScheduler.Group boltNetworkIO
public static final JobScheduler.Group metricsEvent
public static JobScheduler.Group udc
public static JobScheduler.Group storageMaintenance
public static JobScheduler.Group nativeSecurity
public static JobScheduler.Group fileWatch
public static JobScheduler.Group recoveryCleanup
public static JobScheduler.Group transactionTimeoutMonitor
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.