Uses of Interface
xyz.cofe.cbuffer.page.DirtyPagedState.PageState
-
Packages that use DirtyPagedState.PageState Package Description xyz.cofe.cbuffer.page -
-
Uses of DirtyPagedState.PageState in xyz.cofe.cbuffer.page
Methods in xyz.cofe.cbuffer.page that return DirtyPagedState.PageState Modifier and Type Method Description static DirtyPagedState.PageStateDirtyPagedState.PageState. create(int page, long readTime, long writeTime, long flushTime)Methods in xyz.cofe.cbuffer.page that return types with arguments of type DirtyPagedState.PageState Modifier and Type Method Description Optional<DirtyPagedState.PageState>DirtyPagedState.NonThreadSafe. page(int page)Optional<DirtyPagedState.PageState>DirtyPagedState. page(int page)Optional<DirtyPagedState.PageState>DirtyPagedState.VolatileState. page(int page)Method parameters in xyz.cofe.cbuffer.page with type arguments of type DirtyPagedState.PageState Modifier and Type Method Description voidDirtyPagedState. each(Consumer<DirtyPagedState.PageState> pageState)voidDirtyPagedState.NonThreadSafe. each(Consumer<DirtyPagedState.PageState> pageState)voidDirtyPagedState.VolatileState. each(Consumer<DirtyPagedState.PageState> pageState)
-