- getAndAddInt(Object, long, int) - Static method in class org.neo4j.unsafe.impl.internal.dragons.UnsafeUtil
-
Atomically add the given delta to the int field, and return its previous value.
- getAndAddLong(Object, long, long) - Static method in class org.neo4j.unsafe.impl.internal.dragons.UnsafeUtil
-
Atomically add the given delta to the long field, and return its previous value.
- getAndSetLong(Object, long, long) - Static method in class org.neo4j.unsafe.impl.internal.dragons.UnsafeUtil
-
Atomically exchanges provided newValue with the current value of field or array element, with
provided offset.
- getAndSetObject(Object, long, Object) - Static method in class org.neo4j.unsafe.impl.internal.dragons.UnsafeUtil
-
Same as getAndAddInt, but for object references.
- getBoolean(Object, long) - Static method in class org.neo4j.unsafe.impl.internal.dragons.UnsafeUtil
-
- getBooleanVolatile(Object, long) - Static method in class org.neo4j.unsafe.impl.internal.dragons.UnsafeUtil
-
- getByte(long) - Static method in class org.neo4j.unsafe.impl.internal.dragons.UnsafeUtil
-
- getByte(Object, long) - Static method in class org.neo4j.unsafe.impl.internal.dragons.UnsafeUtil
-
- getByteVolatile(long) - Static method in class org.neo4j.unsafe.impl.internal.dragons.UnsafeUtil
-
- getByteVolatile(Object, long) - Static method in class org.neo4j.unsafe.impl.internal.dragons.UnsafeUtil
-
- getChar(long) - Static method in class org.neo4j.unsafe.impl.internal.dragons.UnsafeUtil
-
- getChar(Object, long) - Static method in class org.neo4j.unsafe.impl.internal.dragons.UnsafeUtil
-
- getCharVolatile(long) - Static method in class org.neo4j.unsafe.impl.internal.dragons.UnsafeUtil
-
- getCharVolatile(Object, long) - Static method in class org.neo4j.unsafe.impl.internal.dragons.UnsafeUtil
-
- getDouble(Class<?>, String, double) - Static method in class org.neo4j.unsafe.impl.internal.dragons.FeatureToggles
-
Get the value of a double system property.
- getDouble(long) - Static method in class org.neo4j.unsafe.impl.internal.dragons.UnsafeUtil
-
- getDouble(Object, long) - Static method in class org.neo4j.unsafe.impl.internal.dragons.UnsafeUtil
-
- getDoubleVolatile(long) - Static method in class org.neo4j.unsafe.impl.internal.dragons.UnsafeUtil
-
- getDoubleVolatile(Object, long) - Static method in class org.neo4j.unsafe.impl.internal.dragons.UnsafeUtil
-
- getFieldOffset(Class<?>, String) - Static method in class org.neo4j.unsafe.impl.internal.dragons.UnsafeUtil
-
Get the object-relative field offset.
- getFloat(long) - Static method in class org.neo4j.unsafe.impl.internal.dragons.UnsafeUtil
-
- getFloat(Object, long) - Static method in class org.neo4j.unsafe.impl.internal.dragons.UnsafeUtil
-
- getFloatVolatile(long) - Static method in class org.neo4j.unsafe.impl.internal.dragons.UnsafeUtil
-
- getFloatVolatile(Object, long) - Static method in class org.neo4j.unsafe.impl.internal.dragons.UnsafeUtil
-
- getInt(long) - Static method in class org.neo4j.unsafe.impl.internal.dragons.UnsafeUtil
-
- getInt(Object, long) - Static method in class org.neo4j.unsafe.impl.internal.dragons.UnsafeUtil
-
- getIntByteWiseLittleEndian(long) - Static method in class org.neo4j.unsafe.impl.internal.dragons.UnsafeUtil
-
Gets a int at memory address p by reading byte for byte, instead of the whole value
in one go.
- getInteger(Class<?>, String, int) - Static method in class org.neo4j.unsafe.impl.internal.dragons.FeatureToggles
-
Get the value of a int system property.
- getIntVolatile(long) - Static method in class org.neo4j.unsafe.impl.internal.dragons.UnsafeUtil
-
- getIntVolatile(Object, long) - Static method in class org.neo4j.unsafe.impl.internal.dragons.UnsafeUtil
-
- getLong(Class<?>, String, long) - Static method in class org.neo4j.unsafe.impl.internal.dragons.FeatureToggles
-
Get the value of a long system property.
- getLong(long) - Static method in class org.neo4j.unsafe.impl.internal.dragons.UnsafeUtil
-
- getLong(Object, long) - Static method in class org.neo4j.unsafe.impl.internal.dragons.UnsafeUtil
-
- getLongByteWiseLittleEndian(long) - Static method in class org.neo4j.unsafe.impl.internal.dragons.UnsafeUtil
-
Gets a long at memory address p by reading byte for byte, instead of the whole value
in one go.
- getLongVolatile(long) - Static method in class org.neo4j.unsafe.impl.internal.dragons.UnsafeUtil
-
- getLongVolatile(Object, long) - Static method in class org.neo4j.unsafe.impl.internal.dragons.UnsafeUtil
-
- getObject(Object, long) - Static method in class org.neo4j.unsafe.impl.internal.dragons.UnsafeUtil
-
- getObjectVolatile(Object, long) - Static method in class org.neo4j.unsafe.impl.internal.dragons.UnsafeUtil
-
- getShort(long) - Static method in class org.neo4j.unsafe.impl.internal.dragons.UnsafeUtil
-
- getShort(Object, long) - Static method in class org.neo4j.unsafe.impl.internal.dragons.UnsafeUtil
-
- getShortByteWiseLittleEndian(long) - Static method in class org.neo4j.unsafe.impl.internal.dragons.UnsafeUtil
-
Gets a short at memory address p by reading byte for byte, instead of the whole value
in one go.
- getShortVolatile(long) - Static method in class org.neo4j.unsafe.impl.internal.dragons.UnsafeUtil
-
- getShortVolatile(Object, long) - Static method in class org.neo4j.unsafe.impl.internal.dragons.UnsafeUtil
-
- getString(Class<?>, String, String) - Static method in class org.neo4j.unsafe.impl.internal.dragons.FeatureToggles
-
Get the value of a
String system property.