public class TransactionService extends Object implements ConfigListener
| Modifier and Type | Method and Description |
|---|---|
static TransactionService |
create(TransactionRegistry transactionRegistry,
ConfigService configService,
TimerNameCache timerNameCache,
com.google.common.base.Ticker ticker,
Clock clock) |
void |
onChange() |
void |
setThreadAllocatedBytes(ThreadAllocatedBytes threadAllocatedBytes) |
void |
setTransactionProcessor(TransactionProcessor transactionProcessor) |
public static TransactionService create(TransactionRegistry transactionRegistry, ConfigService configService, TimerNameCache timerNameCache, com.google.common.base.Ticker ticker, Clock clock)
public void onChange()
onChange in interface ConfigListenerpublic void setThreadAllocatedBytes(ThreadAllocatedBytes threadAllocatedBytes)
public void setTransactionProcessor(TransactionProcessor transactionProcessor)
Copyright © 2011–2020 Glowroot contributors. All rights reserved.