public static class CompositeObjectSinkAdapter.HashKey extends Object implements Externalizable
| Constructor and Description |
|---|
HashKey() |
HashKey(int index,
FieldValue value,
InternalReadAccessor extractor) |
HashKey(int index,
Object value,
InternalReadAccessor extractor) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
boolean |
getBooleanValue() |
double |
getDoubleValue() |
int |
getIndex() |
long |
getLongValue() |
Object |
getObjectValue() |
int |
hashCode() |
void |
readExternal(ObjectInput in) |
void |
setValue(int index,
InternalReadAccessor extractor,
FieldValue value) |
void |
setValue(int index,
Object value,
InternalReadAccessor extractor) |
void |
writeExternal(ObjectOutput out) |
public HashKey()
public HashKey(int index,
FieldValue value,
InternalReadAccessor extractor)
public HashKey(int index,
Object value,
InternalReadAccessor extractor)
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionpublic void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic int getIndex()
public void setValue(int index,
Object value,
InternalReadAccessor extractor)
public void setValue(int index,
InternalReadAccessor extractor,
FieldValue value)
public boolean getBooleanValue()
public long getLongValue()
public double getDoubleValue()
public Object getObjectValue()
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.