public interface PlatformMemory extends AutoCloseable
| Modifier and Type | Method and Description |
|---|---|
int |
capacity()
Gets capacity.
|
void |
close()
Close memory releasing it.
|
long |
data()
Gets data pointer.
|
PlatformInputStream |
input()
Gets input stream.
|
int |
length()
Gets length.
|
PlatformOutputStream |
output()
Gets output stream.
|
long |
pointer()
Gets pointer which can be passed between platforms.
|
void |
reallocate(int cap)
Reallocate memory chunk.
|
PlatformInputStream input()
PlatformOutputStream output()
long pointer()
long data()
int capacity()
int length()
void reallocate(int cap)
cap - Minimum capacity.void close()
close in interface AutoCloseable
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.9.1 Release Date : December 9 2020