Uses of Class
org.terracotta.offheapstore.util.ReopeningInterruptibleChannel
Packages that use ReopeningInterruptibleChannel
Package
Description
-
Uses of ReopeningInterruptibleChannel in org.terracotta.offheapstore.disk.paging
Fields in org.terracotta.offheapstore.disk.paging declared as ReopeningInterruptibleChannelModifier and TypeFieldDescriptionprivate final ReopeningInterruptibleChannel<FileChannel> MappedPageSource.channel -
Uses of ReopeningInterruptibleChannel in org.terracotta.offheapstore.disk.storage
Fields in org.terracotta.offheapstore.disk.storage declared as ReopeningInterruptibleChannelModifier and TypeFieldDescriptionprivate final ReopeningInterruptibleChannel<FileChannel> FileBackedStorageEngine.readChannelprivate final ReopeningInterruptibleChannel<FileChannel> FileBackedStorageEngine.writeChannel -
Uses of ReopeningInterruptibleChannel in org.terracotta.offheapstore.util
Methods in org.terracotta.offheapstore.util that return ReopeningInterruptibleChannelModifier and TypeMethodDescriptionstatic <T extends InterruptibleChannel>
ReopeningInterruptibleChannel<T>