|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.bigdata.resources.AbstractResult
public abstract class AbstractResult
Abstract base class for results when post-processing a named index partition on the old journal after an overflow operation.
| Field Summary | |
|---|---|
IndexMetadata |
indexMetadata
The index metadata object for the source index partition. |
String |
name
The source index partition for the operation. |
| Constructor Summary | |
|---|---|
AbstractResult(String name,
IndexMetadata indexMetadata)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
Equal iff the same instance. |
int |
hashCode()
Hash code is based on the name. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public final String name
DataService.getIndexPartitionName(String, int)public final IndexMetadata indexMetadata
| Constructor Detail |
|---|
public AbstractResult(String name,
IndexMetadata indexMetadata)
name - The name of the source index partition.indexMetadata - The index metadata object for the source index partition.| Method Detail |
|---|
public int hashCode()
name.
hashCode in class Objectpublic boolean equals(Object o)
equals in class Objectpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||