@ParametersAreNonnullByDefault public class CreateRepositoryAnalyzedStatement extends java.lang.Object implements DDLStatement
Constructor and Description |
---|
CreateRepositoryAnalyzedStatement(java.lang.String repositoryName,
java.lang.String repositoryType,
org.elasticsearch.common.settings.Settings settings) |
Modifier and Type | Method and Description |
---|---|
<C,R> R |
accept(AnalyzedStatementVisitor<C,R> analyzedStatementVisitor,
C context) |
java.lang.String |
repositoryName() |
java.lang.String |
repositoryType() |
org.elasticsearch.common.settings.Settings |
settings() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isWriteOperation
public CreateRepositoryAnalyzedStatement(java.lang.String repositoryName, java.lang.String repositoryType, org.elasticsearch.common.settings.Settings settings)
public java.lang.String repositoryName()
public java.lang.String repositoryType()
public org.elasticsearch.common.settings.Settings settings()
public <C,R> R accept(AnalyzedStatementVisitor<C,R> analyzedStatementVisitor, C context)
accept
in interface AnalyzedStatement
accept
in interface DDLStatement