public class HollowSerializationFramework
extends com.netflix.zeno.serializer.SerializationFramework
| Constructor and Description |
|---|
HollowSerializationFramework(com.netflix.zeno.serializer.SerializerFactory serializerFactory,
com.netflix.hollow.core.util.HollowObjectHashCodeFinder hashCodeFinder) |
| Modifier and Type | Method and Description |
|---|---|
int |
add(java.lang.String type,
java.lang.Object o) |
com.netflix.hollow.core.util.HollowObjectHashCodeFinder |
getHollowObjectHasher() |
com.netflix.hollow.core.schema.HollowSchema |
getHollowSchema(java.lang.String schemaName) |
com.netflix.hollow.core.write.HollowWriteStateEngine |
getStateEngine() |
void |
prepareForNextCycle() |
public HollowSerializationFramework(com.netflix.zeno.serializer.SerializerFactory serializerFactory,
com.netflix.hollow.core.util.HollowObjectHashCodeFinder hashCodeFinder)
public com.netflix.hollow.core.util.HollowObjectHashCodeFinder getHollowObjectHasher()
public void prepareForNextCycle()
public int add(java.lang.String type,
java.lang.Object o)
public com.netflix.hollow.core.write.HollowWriteStateEngine getStateEngine()
public com.netflix.hollow.core.schema.HollowSchema getHollowSchema(java.lang.String schemaName)