public interface IMetadataIndex
| Modifier and Type | Method and Description |
|---|---|
int[] |
getBloomFilterKeyFields() |
DatasetId |
getDatasetId() |
String |
getDataverseName() |
int |
getFieldCount() |
int[] |
getFieldPermutation() |
org.apache.hyracks.api.io.FileReference |
getFile() |
int |
getFileId() |
String |
getFileNameRelativePath() |
String |
getIndexedDatasetName() |
String |
getIndexName() |
org.apache.hyracks.api.dataflow.value.IBinaryComparatorFactory[] |
getKeyBinaryComparatorFactory() |
org.apache.hyracks.api.dataflow.value.IBinaryHashFunctionFactory[] |
getKeyBinaryHashFunctionFactory() |
int |
getKeyFieldCount() |
String |
getNodeGroupName() |
List<List<String>> |
getPartitioningExpr() |
List<IAType> |
getPartitioningExprType() |
ARecordType |
getPayloadRecordType() |
int[] |
getPrimaryKeyIndexes() |
org.apache.hyracks.api.dataflow.value.RecordDescriptor |
getRecordDescriptor() |
long |
getResourceID() |
org.apache.hyracks.api.dataflow.value.ITypeTraits[] |
getTypeTraits() |
boolean |
isPrimaryIndex() |
void |
setFile(org.apache.hyracks.api.io.FileReference file) |
void |
setFileId(int fileId) |
void |
setResourceID(long resourceID) |
String getDataverseName()
String getNodeGroupName()
String getIndexedDatasetName()
String getIndexName()
int getKeyFieldCount()
int getFieldCount()
org.apache.hyracks.api.dataflow.value.ITypeTraits[] getTypeTraits()
int[] getBloomFilterKeyFields()
org.apache.hyracks.api.dataflow.value.RecordDescriptor getRecordDescriptor()
org.apache.hyracks.api.dataflow.value.IBinaryComparatorFactory[] getKeyBinaryComparatorFactory()
org.apache.hyracks.api.dataflow.value.IBinaryHashFunctionFactory[] getKeyBinaryHashFunctionFactory()
int[] getFieldPermutation()
String getFileNameRelativePath()
ARecordType getPayloadRecordType()
void setFile(org.apache.hyracks.api.io.FileReference file)
org.apache.hyracks.api.io.FileReference getFile()
void setFileId(int fileId)
int getFileId()
void setResourceID(long resourceID)
long getResourceID()
DatasetId getDatasetId()
boolean isPrimaryIndex()
int[] getPrimaryKeyIndexes()
Copyright © 2016 The Apache Software Foundation. All rights reserved.