public interface InstantiatorGenerator
Instantiator classes to improve instantiation of
custom types.| Modifier and Type | Method and Description |
|---|---|
org.apache.geode.Instantiator |
getInstantiator(Class<? extends org.apache.geode.DataSerializable> clazz,
int classId)
Returns a (potentially new) Instantiator that optimizes the instantiation of the given types.
|
org.apache.geode.Instantiator getInstantiator(Class<? extends org.apache.geode.DataSerializable> clazz, int classId)
clazz - class produced by the instantiatorclassId - instantiator class idCopyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.