Class ShowDatabaseDiscoveryHeartbeatsStatement
java.lang.Object
org.apache.shardingsphere.sql.parser.sql.common.statement.AbstractSQLStatement
org.apache.shardingsphere.distsql.parser.statement.DistSQLStatement
org.apache.shardingsphere.distsql.parser.statement.rql.RQLStatement
org.apache.shardingsphere.distsql.parser.statement.rql.show.ShowRulesStatement
org.apache.shardingsphere.dbdiscovery.distsql.parser.statement.ShowDatabaseDiscoveryHeartbeatsStatement
- All Implemented Interfaces:
DistSQLOperationSupplier,DistSQLSubjectSupplier,DatabaseDiscoverySubjectSupplier,org.apache.shardingsphere.sql.parser.api.visitor.ASTNode,org.apache.shardingsphere.sql.parser.sql.common.statement.available.FromDatabaseAvailable,org.apache.shardingsphere.sql.parser.sql.common.statement.SQLStatement
public final class ShowDatabaseDiscoveryHeartbeatsStatement
extends ShowRulesStatement
implements DatabaseDiscoverySubjectSupplier
Show database discovery heartbeats statement.
-
Constructor Summary
ConstructorsConstructorDescriptionShowDatabaseDiscoveryHeartbeatsStatement(org.apache.shardingsphere.sql.parser.sql.common.segment.generic.DatabaseSegment database) -
Method Summary
Methods inherited from class org.apache.shardingsphere.distsql.parser.statement.rql.show.ShowRulesStatement
getDatabaseMethods inherited from class org.apache.shardingsphere.distsql.parser.statement.rql.RQLStatement
getOperationType, getStatementTypeMethods inherited from class org.apache.shardingsphere.sql.parser.sql.common.statement.AbstractSQLStatement
getCommentSegments, getParameterCount, getParameterMarkerSegments, setParameterCountMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.shardingsphere.distsql.parser.subject.impl.DatabaseDiscoverySubjectSupplier
getSubjectTypeMethods inherited from interface org.apache.shardingsphere.distsql.parser.subject.DistSQLSubjectSupplier
getSubjectNames
-
Constructor Details
-
ShowDatabaseDiscoveryHeartbeatsStatement
public ShowDatabaseDiscoveryHeartbeatsStatement(org.apache.shardingsphere.sql.parser.sql.common.segment.generic.DatabaseSegment database)
-