public static interface ResourcePool.Monitor<R>
Modifier and Type | Interface and Description |
---|---|
static class |
ResourcePool.Monitor.Adapter<R> |
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) |
Copyright © 2002–2018 The Neo4j Graph Database Project. All rights reserved.