Class QueryTable
- java.lang.Object
-
- org.apache.ignite.internal.processors.query.h2.QueryTable
-
- All Implemented Interfaces:
Serializable,Message
public class QueryTable extends Object implements Message
Query table descriptor.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from interface org.apache.ignite.plugin.extensions.communication.Message
DIRECT_TYPE_SIZE
-
-
Constructor Summary
Constructors Constructor Description QueryTable()Defalt constructor.QueryTable(String schema, String tbl)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description shortdirectType()booleanequals(Object obj)bytefieldsCount()inthashCode()voidonAckReceived()booleanreadFrom(ByteBuffer buf, MessageReader reader)Stringschema()Stringtable()StringtoString()booleanwriteTo(ByteBuffer buf, MessageWriter writer)
-
-
-
Method Detail
-
schema
public String schema()
- Returns:
- Schema.
-
table
public String table()
- Returns:
- Table.
-
writeTo
public boolean writeTo(ByteBuffer buf, MessageWriter writer)
-
readFrom
public boolean readFrom(ByteBuffer buf, MessageReader reader)
-
directType
public short directType()
- Specified by:
directTypein interfaceMessage
-
fieldsCount
public byte fieldsCount()
- Specified by:
fieldsCountin interfaceMessage
-
onAckReceived
public void onAckReceived()
- Specified by:
onAckReceivedin interfaceMessage
-
-