Package com.illumon.iris.web.shared.data
Class InitialTableDefinition
java.lang.Object
com.illumon.iris.web.shared.data.InitialTableDefinition
- All Implemented Interfaces:
Serializable
A table definition constructed when using the fetch command;
also includes the table id and size, which are not normally
part of a table definition (as they will change when the
table evolves)
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()longgetSize()booleanisFlat()booleansetAttributes(TableAttributesDefinition attributes) setColumns(ColumnDefinition[] columns) setFlat(boolean flat) setId(TableHandle id) setPreemptive(boolean preemptive) setSize(long size)
-
Constructor Details
-
InitialTableDefinition
public InitialTableDefinition()
-
-
Method Details
-
getColumns
-
getId
-
getSize
public long getSize() -
setSize
-
isFlat
public boolean isFlat() -
setFlat
-
isPreemptive
public boolean isPreemptive() -
setPreemptive
-
getAttributes
-