-
public class AbstractPulsarSession.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private final IntegerID_CAPACITYprivate final IntegerID_STARTprivate final IntegerID_ENDprivate final AtomicLongpageCacheHitsprivate final AtomicLongdocumentCacheHitspublic final static AbstractPulsarSession.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final IntegergenerateNextId()final IntegergetID_CAPACITY()final IntegergetID_START()final IntegergetID_END()final AtomicLonggetPageCacheHits()final AtomicLonggetDocumentCacheHits()-
-
Method Detail
-
generateNextId
final Integer generateNextId()
-
getID_CAPACITY
final Integer getID_CAPACITY()
-
getID_START
final Integer getID_START()
-
getPageCacheHits
final AtomicLong getPageCacheHits()
-
getDocumentCacheHits
final AtomicLong getDocumentCacheHits()
-
-
-
-