Uses of Interface
com.alibaba.graphscope.parallel.message.PrimitiveMessage.Factory
-
Packages that use PrimitiveMessage.Factory Package Description com.alibaba.graphscope.parallel.message com.alibaba.graphscope.utils -
-
Uses of PrimitiveMessage.Factory in com.alibaba.graphscope.parallel.message
Classes in com.alibaba.graphscope.parallel.message that implement PrimitiveMessage.Factory Modifier and Type Class Description class
PrimitiveMessage_cxx_0x5581102cFactory
class
PrimitiveMessage_cxx_0xc9ed53dFactory
Fields in com.alibaba.graphscope.parallel.message declared as PrimitiveMessage.Factory Modifier and Type Field Description static PrimitiveMessage.Factory<Long>
PrimitiveMessage_cxx_0x5581102cFactory. INSTANCE
static PrimitiveMessage.Factory<Double>
PrimitiveMessage_cxx_0xc9ed53dFactory. INSTANCE
-
Uses of PrimitiveMessage.Factory in com.alibaba.graphscope.utils
Methods in com.alibaba.graphscope.utils that return PrimitiveMessage.Factory Modifier and Type Method Description static PrimitiveMessage.Factory
FFITypeFactoryhelper. getPrimitiveMessageFactory(String templateStr)
-