public static class LinkedQueuePool.Monitor.Adapter<R> extends Object implements LinkedQueuePool.Monitor<R>
LinkedQueuePool.Monitor.Adapter<R>| Constructor and Description |
|---|
Adapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
acquired(R resource) |
void |
created(R resource) |
void |
disposed(R resource) |
void |
updatedCurrentPeakSize(int currentPeakSize) |
void |
updatedTargetSize(int targetSize) |
public void updatedCurrentPeakSize(int currentPeakSize)
updatedCurrentPeakSize in interface LinkedQueuePool.Monitor<R>public void updatedTargetSize(int targetSize)
updatedTargetSize in interface LinkedQueuePool.Monitor<R>public void created(R resource)
created in interface LinkedQueuePool.Monitor<R>public void acquired(R resource)
acquired in interface LinkedQueuePool.Monitor<R>public void disposed(R resource)
disposed in interface LinkedQueuePool.Monitor<R>Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.