public static class MetadataIndex.MetadataIndexMetadata extends IndexMetadata implements Externalizable
IndexMetadata
record to hold the metadata template
for the managed scale-out index.IndexMetadata.Options
Constructor and Description |
---|
MetadataIndex.MetadataIndexMetadata()
De-serialization constructor.
|
MetadataIndex.MetadataIndexMetadata(String managedIndexName,
UUID indexUUID,
IndexMetadata managedIndexMetadata)
First time constructor.
|
Modifier and Type | Method and Description |
---|---|
IndexMetadata |
getManagedIndexMetadata()
The managed index metadata
|
void |
readExternal(ObjectInput in) |
void |
writeExternal(ObjectOutput out) |
clone, firstCheckpoint, getAsynchronousIndexWriteConfiguration, getAsynchronousIndexWriteConfiguration, getBloomFilterFactory, getBranchingFactor, getBTreeClassName, getBtreeRecordCompressorFactory, getCheckpointClassName, getConflictResolver, getDeleteMarkers, getIndexSegmentBranchingFactor, getIndexSegmentBufferNodes, getIndexSegmentRecordCompressorFactory, getIndexType, getIndexUUID, getInitialDataServiceUUID, getKeyBuilder, getMaxRecLen, getMetadataAddr, getName, getNodeKeySerializer, getOverflowHandler, getPartitionMetadata, getPrimaryKeyBuilder, getProperty, getProperty, getRawRecords, getScatterSplitConfiguration, getSplitHandler, getTupleSerializer, getVersionTimestampFilters, getVersionTimestamps, getWriteRetentionQueueCapacity, getWriteRetentionQueueScan, isIsolatable, overflowCheckpoint, read, setBloomFilterFactory, setBranchingFactor, setBTreeClassName, setBtreeRecordCompressorFactory, setCheckpointClassName, setConflictResolver, setDeleteMarkers, setIndexSegmentBranchingFactor, setIndexSegmentBufferNodes, setIndexSegmentRecordCompressorFactory, setInitialDataServiceUUID, setIsolatable, setMaxRecLen, setNodeKeySerializer, setOverflowHandler, setPartitionMetadata, setRawRecords, setScatterSplitConfiguration, setSplitHandler, setTupleSerializer, setVersionTimestampFilters, setVersionTimestamps, setWriteRetentionQueueCapacity, setWriteRetentionQueueScan, toString, toString, write
public MetadataIndex.MetadataIndexMetadata()
public MetadataIndex.MetadataIndexMetadata(String managedIndexName, UUID indexUUID, IndexMetadata managedIndexMetadata)
name
- The name of the managed index. The name of the metadata
index is given by
MetadataService.getMetadataIndexName(String)
indexUUID
- The UUID of the metadata index.managedIndexMetadata
- The metadata template for the managed index.public final IndexMetadata getManagedIndexMetadata()
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
readExternal
in class IndexMetadata
IOException
ClassNotFoundException
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
writeExternal
in class IndexMetadata
IOException
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.