| Constructor and Description |
|---|
SparseKeySchema() |
| Modifier and Type | Method and Description |
|---|---|
void |
addType(int key,
Class<? extends Key<?>> type) |
boolean |
equals(Object obj) |
int |
getNumTypes() |
Class<? extends Key<?>> |
getType(int field) |
int |
hashCode() |
Iterator<Map.Entry<Integer,Class<? extends Key<?>>>> |
iterator() |
String |
toString() |
getNumConnectionsThatContributed, increaseNumConnectionsThatContributedpublic void addType(int key,
Class<? extends Key<?>> type)
throws ConflictingFieldTypeInfoException
addType in class AbstractSchema<Class<? extends Key<?>>>ConflictingFieldTypeInfoExceptionpublic Class<? extends Key<?>> getType(int field)
getType in class AbstractSchema<Class<? extends Key<?>>>public int getNumTypes()
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.