- getAddress(long) - Method in interface com.yahoo.memory.Memory
-
Returns the start address of this Memory relative to its parent plus the offset in bytes.
- getAddress(long) - Method in class com.yahoo.memory.MemoryRegion
-
- getAddress(long) - Method in class com.yahoo.memory.NativeMemory
-
- getAndSetInt(long, int) - Method in interface com.yahoo.memory.Memory
-
Atomically exchanges the given value with the current value located at offsetBytes.
- getAndSetInt(long, int) - Method in class com.yahoo.memory.MemoryRegion
-
- getAndSetInt(long, int) - Method in class com.yahoo.memory.NativeMemory
-
- getAndSetLong(long, long) - Method in interface com.yahoo.memory.Memory
-
Atomically exchanges the given value with the current value located at offsetBytes.
- getAndSetLong(long, long) - Method in class com.yahoo.memory.MemoryRegion
-
- getAndSetLong(long, long) - Method in class com.yahoo.memory.NativeMemory
-
- getBoolean(long) - Method in interface com.yahoo.memory.Memory
-
Gets the boolean value at the given offset
- getBoolean(long) - Method in class com.yahoo.memory.MemoryRegion
-
- getBoolean(long) - Method in class com.yahoo.memory.NativeMemory
-
- getBooleanArray(long, boolean[], int, int) - Method in interface com.yahoo.memory.Memory
-
Gets the boolean array at the given offset
- getBooleanArray(long, boolean[], int, int) - Method in class com.yahoo.memory.MemoryRegion
-
- getBooleanArray(long, boolean[], int, int) - Method in class com.yahoo.memory.NativeMemory
-
- getByte(long) - Method in interface com.yahoo.memory.Memory
-
Gets the byte at the given offset
- getByte(long) - Method in class com.yahoo.memory.MemoryRegion
-
- getByte(long) - Method in class com.yahoo.memory.NativeMemory
-
- getByteArray(long, byte[], int, int) - Method in interface com.yahoo.memory.Memory
-
Gets the byte array at the given offset
- getByteArray(long, byte[], int, int) - Method in class com.yahoo.memory.MemoryRegion
-
- getByteArray(long, byte[], int, int) - Method in class com.yahoo.memory.NativeMemory
-
- getCapacity() - Method in interface com.yahoo.memory.Memory
-
Gets the capacity of this Memory in bytes
- getCapacity() - Method in class com.yahoo.memory.MemoryRegion
-
- getCapacity() - Method in class com.yahoo.memory.NativeMemory
-
- getChar(long) - Method in interface com.yahoo.memory.Memory
-
Gets the char at the given offset
- getChar(long) - Method in class com.yahoo.memory.MemoryRegion
-
- getChar(long) - Method in class com.yahoo.memory.NativeMemory
-
- getCharArray(long, char[], int, int) - Method in interface com.yahoo.memory.Memory
-
Gets the char array at the given offset
- getCharArray(long, char[], int, int) - Method in class com.yahoo.memory.MemoryRegion
-
- getCharArray(long, char[], int, int) - Method in class com.yahoo.memory.NativeMemory
-
- getCumulativeOffset(long) - Method in interface com.yahoo.memory.Memory
-
Returns the cumulative offset in bytes of this Memory from the root of the Memory hierarchy
including the given offsetBytes.
- getCumulativeOffset(long) - Method in class com.yahoo.memory.MemoryRegion
-
- getCumulativeOffset(long) - Method in class com.yahoo.memory.NativeMemory
-
- getDouble(long) - Method in interface com.yahoo.memory.Memory
-
Gets the double at the given offset
- getDouble(long) - Method in class com.yahoo.memory.MemoryRegion
-
- getDouble(long) - Method in class com.yahoo.memory.NativeMemory
-
- getDoubleArray(long, double[], int, int) - Method in interface com.yahoo.memory.Memory
-
Gets the double array at the given offset
- getDoubleArray(long, double[], int, int) - Method in class com.yahoo.memory.MemoryRegion
-
- getDoubleArray(long, double[], int, int) - Method in class com.yahoo.memory.NativeMemory
-
- getFloat(long) - Method in interface com.yahoo.memory.Memory
-
Gets the float at the given offset
- getFloat(long) - Method in class com.yahoo.memory.MemoryRegion
-
- getFloat(long) - Method in class com.yahoo.memory.NativeMemory
-
- getFloatArray(long, float[], int, int) - Method in interface com.yahoo.memory.Memory
-
Gets the float array at the given offset
- getFloatArray(long, float[], int, int) - Method in class com.yahoo.memory.MemoryRegion
-
- getFloatArray(long, float[], int, int) - Method in class com.yahoo.memory.NativeMemory
-
- getInstance(File, long, long) - Static method in class com.yahoo.memory.MemoryMappedFile
-
Factory method for creating a memory mapping a file.
- getInt(long) - Method in interface com.yahoo.memory.Memory
-
Gets the int at the given offset
- getInt(long) - Method in class com.yahoo.memory.MemoryRegion
-
- getInt(long) - Method in class com.yahoo.memory.NativeMemory
-
- getIntArray(long, int[], int, int) - Method in interface com.yahoo.memory.Memory
-
Gets the int array at the given offset
- getIntArray(long, int[], int, int) - Method in class com.yahoo.memory.MemoryRegion
-
- getIntArray(long, int[], int, int) - Method in class com.yahoo.memory.NativeMemory
-
- getLong(long) - Method in interface com.yahoo.memory.Memory
-
Gets the long at the given offset
- getLong(long) - Method in class com.yahoo.memory.MemoryRegion
-
- getLong(long) - Method in class com.yahoo.memory.NativeMemory
-
- getLongArray(long, long[], int, int) - Method in interface com.yahoo.memory.Memory
-
Gets the long array at the given offset
- getLongArray(long, long[], int, int) - Method in class com.yahoo.memory.MemoryRegion
-
- getLongArray(long, long[], int, int) - Method in class com.yahoo.memory.NativeMemory
-
- getMemoryRequest() - Method in interface com.yahoo.memory.Memory
-
Returns a MemoryRequest or null
- getMemoryRequest() - Method in class com.yahoo.memory.MemoryRegion
-
- getMemoryRequest() - Method in class com.yahoo.memory.NativeMemory
-
- getParent() - Method in interface com.yahoo.memory.Memory
-
Gets the parent Memory or backing array.
- getParent() - Method in class com.yahoo.memory.MemoryRegion
-
- getParent() - Method in class com.yahoo.memory.NativeMemory
-
- getShort(long) - Method in interface com.yahoo.memory.Memory
-
Gets the short at the given offset
- getShort(long) - Method in class com.yahoo.memory.MemoryRegion
-
- getShort(long) - Method in class com.yahoo.memory.NativeMemory
-
- getShortArray(long, short[], int, int) - Method in interface com.yahoo.memory.Memory
-
Gets the short array at the given offset
- getShortArray(long, short[], int, int) - Method in class com.yahoo.memory.MemoryRegion
-
- getShortArray(long, short[], int, int) - Method in class com.yahoo.memory.NativeMemory
-