public class ColumnInfo extends Object
| Constructor and Description |
|---|
ColumnInfo(int columnId,
int templateId,
String name)
Create a new column information object.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getColumnId()
A unique identifier for this column used by column data update messages.
|
String |
getName()
Name of the column
|
int |
getTemplateId()
The encoder/decoder template identifier used when decoding table data updates for this column.
|
public ColumnInfo(int columnId,
int templateId,
String name)
columnId - Unique column identifier for the subscribed tabletemplateId - Template identifier from the generated SBE encoder/decoder classesname - Column namepublic int getColumnId()
public String getName()
public int getTemplateId()