Constants
object Constants
Properties
Link copied to clipboard
The default ReadAdvice used for opening index files. It will be by default, unless set by system property org.apache.lucene.store.defaultReadAdvice.
Link copied to clipboard
true iff we know FMA has faster throughput than separate mul/add.
Link copied to clipboard
true iff we know VFMA has faster throughput than separate vmul/vadd.
Link copied to clipboard
True iff the Java runtime is a client runtime and C2 compiler is not enabled.
Link copied to clipboard
True iff the Java VM is based on Hotspot and has the Hotspot MX bean readable by Lucene.
Link copied to clipboard
True if jvmci is enabled (e.g. graalvm)
Link copied to clipboard
The value of System.getProperty("java.runtime.version").
Link copied to clipboard
The value of System.getProperty("java.vendor").
Link copied to clipboard
True iff running on a 64bit JVM
Link copied to clipboard
JVM vendor info.
Link copied to clipboard
The value of System.getProperty("os.version").