Uses of Class
org.apache.cassandra.io.util.MmappedRegions
-
Packages that use MmappedRegions Package Description org.apache.cassandra.io.util -
-
Uses of MmappedRegions in org.apache.cassandra.io.util
Fields in org.apache.cassandra.io.util declared as MmappedRegions Modifier and Type Field Description protected MmappedRegions
CompressedChunkReader.Mmap. regions
Methods in org.apache.cassandra.io.util that return MmappedRegions Modifier and Type Method Description static MmappedRegions
MmappedRegions. empty(ChannelProxy channel)
static MmappedRegions
MmappedRegions. map(ChannelProxy channel, long length)
static MmappedRegions
MmappedRegions. map(ChannelProxy channel, CompressionMetadata metadata)
MmappedRegions
MmappedRegions. sharedCopy()
Constructors in org.apache.cassandra.io.util with parameters of type MmappedRegions Constructor Description Mmap(ChannelProxy channel, CompressionMetadata metadata, MmappedRegions regions)
-