Class TableDescriptor
- java.lang.Object
-
- org.apache.ignite.internal.processors.query.schema.management.TableDescriptor
-
public class TableDescriptor extends Object
Local database table object.
-
-
Constructor Summary
Constructors Constructor Description TableDescriptor(GridCacheContextInfo<?,?> cacheInfo, GridQueryTypeDescriptor typeDesc, boolean isSql)Ctor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringaffinityKey()GridCacheContextInfo<?,?>cacheInfo()booleanisIndexRebuildInProgress()booleanisSql()GridQueryTypeDescriptortype()
-
-
-
Constructor Detail
-
TableDescriptor
public TableDescriptor(GridCacheContextInfo<?,?> cacheInfo, GridQueryTypeDescriptor typeDesc, boolean isSql)
Ctor.- Parameters:
cacheInfo- Cache cacheInfo context.typeDesc- Descriptor.
-
-
Method Detail
-
cacheInfo
public GridCacheContextInfo<?,?> cacheInfo()
-
type
public GridQueryTypeDescriptor type()
-
isSql
public boolean isSql()
-
affinityKey
public String affinityKey()
-
isIndexRebuildInProgress
public boolean isIndexRebuildInProgress()
-
-