Uses of Class
org.terracotta.offheapstore.util.ReopeningInterruptibleChannel
-
Packages that use ReopeningInterruptibleChannel Package Description org.terracotta.offheapstore.disk.paging org.terracotta.offheapstore.disk.storage org.terracotta.offheapstore.util -
-
Uses of ReopeningInterruptibleChannel in org.terracotta.offheapstore.disk.paging
Fields in org.terracotta.offheapstore.disk.paging declared as ReopeningInterruptibleChannel Modifier and Type Field Description private ReopeningInterruptibleChannel<java.nio.channels.FileChannel>MappedPageSource. channel -
Uses of ReopeningInterruptibleChannel in org.terracotta.offheapstore.disk.storage
Fields in org.terracotta.offheapstore.disk.storage declared as ReopeningInterruptibleChannel Modifier and Type Field Description private ReopeningInterruptibleChannel<java.nio.channels.FileChannel>FileBackedStorageEngine. readChannelprivate ReopeningInterruptibleChannel<java.nio.channels.FileChannel>FileBackedStorageEngine. writeChannel -
Uses of ReopeningInterruptibleChannel in org.terracotta.offheapstore.util
Methods in org.terracotta.offheapstore.util that return ReopeningInterruptibleChannel Modifier and Type Method Description static <T extends java.nio.channels.InterruptibleChannel>
ReopeningInterruptibleChannel<T>ReopeningInterruptibleChannel. create(java.util.function.Supplier<T> channelFactory)
-