Uses of Class
org.apache.ignite.internal.util.offheap.GridOffHeapEvent
-
Packages that use GridOffHeapEvent Package Description org.apache.ignite.internal.util.offheap -
-
Uses of GridOffHeapEvent in org.apache.ignite.internal.util.offheap
Methods in org.apache.ignite.internal.util.offheap that return GridOffHeapEvent Modifier and Type Method Description static @Nullable GridOffHeapEventGridOffHeapEvent. fromOrdinal(int ord)Efficiently gets enumerated value from its ordinal.static GridOffHeapEventGridOffHeapEvent. valueOf(String name)Returns the enum constant of this type with the specified name.static GridOffHeapEvent[]GridOffHeapEvent. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.ignite.internal.util.offheap with parameters of type GridOffHeapEvent Modifier and Type Method Description voidGridOffHeapEventListener. onEvent(GridOffHeapEvent evt)Event notification.
-