@InterfaceAudience.Public @InterfaceStability.Experimental public class RingBufferDiagnostics extends Object
Constructor and Description |
---|
RingBufferDiagnostics(Map<ServiceType,Integer> counts,
int countNonService) |
Modifier and Type | Method and Description |
---|---|
int |
countNonService()
Returns the count of all requests not associated with a particular service
|
Map<ServiceType,Integer> |
counts()
Returns a map of the type of each request, along with the current count of each in the ringbuffer
|
String |
toString() |
int |
totalCount()
Returns the count of all requests in the ringbuffer
|
@InterfaceAudience.Public @InterfaceStability.Experimental public RingBufferDiagnostics(Map<ServiceType,Integer> counts, int countNonService)
@InterfaceAudience.Public @InterfaceStability.Experimental public Map<ServiceType,Integer> counts()
@InterfaceAudience.Public @InterfaceStability.Experimental public int countNonService()
@InterfaceAudience.Public @InterfaceStability.Experimental public int totalCount()
Copyright © 2019 Couchbase, Inc.. All rights reserved.