public abstract class AbstractResult extends Object
| Modifier and Type | Field and Description |
|---|---|
IndexMetadata |
indexMetadata
The index metadata object for the source index partition.
|
String |
name
The source index partition for the operation.
|
| Constructor and Description |
|---|
AbstractResult(String name,
IndexMetadata indexMetadata) |
public final String name
public final IndexMetadata indexMetadata
public AbstractResult(String name, IndexMetadata indexMetadata)
name - The name of the source index partition.indexMetadata - The index metadata object for the source index partition.Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.