public class IndexCompileTimeKey extends Object
Constructor and Description |
---|
IndexCompileTimeKey(String infraModuleName,
String infraName,
NameAccessModifier visibility,
boolean namedWindow,
String indexName,
String indexModuleName) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getIndexModuleName() |
String |
getIndexName() |
String |
getInfraModuleName() |
String |
getInfraName() |
NameAccessModifier |
getVisibility() |
int |
hashCode() |
boolean |
isNamedWindow() |
CodegenExpression |
make(CodegenExpressionRef addInitSvc) |
public IndexCompileTimeKey(String infraModuleName, String infraName, NameAccessModifier visibility, boolean namedWindow, String indexName, String indexModuleName)
public String getInfraModuleName()
public String getInfraName()
public NameAccessModifier getVisibility()
public boolean isNamedWindow()
public String getIndexName()
public String getIndexModuleName()
public CodegenExpression make(CodegenExpressionRef addInitSvc)
Copyright © 2005–2018. All rights reserved.