public static interface SystemViewRowAttributeWalker.AttributeWithValueVisitor
| Modifier and Type | Method and Description |
|---|---|
<T> void |
accept(int idx,
String name,
Class<T> clazz,
T val)
Visit attribute.
|
void |
acceptBoolean(int idx,
String name,
boolean val)
Visit attribute.
|
void |
acceptByte(int idx,
String name,
byte val)
Visit attribute.
|
void |
acceptChar(int idx,
String name,
char val)
Visit attribute.
|
void |
acceptDouble(int idx,
String name,
double val)
Visit attribute.
|
void |
acceptFloat(int idx,
String name,
float val)
Visit attribute.
|
void |
acceptInt(int idx,
String name,
int val)
Visit attribute.
|
void |
acceptLong(int idx,
String name,
long val)
Visit attribute.
|
void |
acceptShort(int idx,
String name,
short val)
Visit attribute.
|
<T> void accept(int idx, String name, Class<T> clazz, @Nullable T val)
T - Value type.idx - Index.name - Name.clazz - Class.val - Value.void acceptBoolean(int idx,
String name,
boolean val)
boolean primitive.idx - Index.name - Name.val - Value.void acceptChar(int idx,
String name,
char val)
char primitive.idx - Index.name - Name.val - Value.void acceptByte(int idx,
String name,
byte val)
byte primitive.idx - Index.name - Name.val - Value.void acceptShort(int idx,
String name,
short val)
short primitive.idx - Index.name - Name.val - Value.void acceptInt(int idx,
String name,
int val)
int primitive.idx - Index.name - Name.val - Value.void acceptLong(int idx,
String name,
long val)
long primitive.idx - Index.name - Name.val - Value.void acceptFloat(int idx,
String name,
float val)
float primitive.idx - Index.name - Name.val - Value.void acceptDouble(int idx,
String name,
double val)
double primitive.idx - Index.name - Name.val - Value.
GridGain In-Memory Computing Platform : ver. 8.9.26 Release Date : October 16 2025