Top Description Fields Constructors Methods
jdk.internal.misc

public Class ExtendedMapMode

extends Object
Class Inheritance
Imports
java.lang.invoke.MethodHandle, .MethodHandles, .MethodHandles.Lookup, .MethodType, java.nio.channels.FileChannel.MapMode, java.security.AccessController, .PrivilegedExceptionAction

JDK-specific map modes implemented in java.base.

Field Summary

Modifier and TypeField and Description
pack-priv static final MethodHandle
public static final FileChannel.MapMode
public static final FileChannel.MapMode

Constructor Summary

AccessConstructor and Description
private

Method Summary

Modifier and TypeMethod and Description
private static FileChannel.MapMode
Inherited from java.lang.Object:
cloneequalsfinalizegetClasshashCodenotifynotifyAlltoStringwaitwaitwait

Field Detail

MAP_MODE_CONSTRUCTORback to summary
pack-priv static final MethodHandle MAP_MODE_CONSTRUCTOR
READ_ONLY_SYNCback to summary
public static final FileChannel.MapMode READ_ONLY_SYNC
READ_WRITE_SYNCback to summary
public static final FileChannel.MapMode READ_WRITE_SYNC

Constructor Detail

ExtendedMapModeback to summary
private ExtendedMapMode()

Method Detail

newMapModeback to summary
private static FileChannel.MapMode newMapMode(String name)