Package com.alibaba.graphscope.context
Interface PropertyDefaultContextBase<OID_T>
-
- Type Parameters:
OID_T
- original id type.
- All Superinterfaces:
ContextBase
public interface PropertyDefaultContextBase<OID_T> extends ContextBase
Different from DefaultContext, this context doesn't require user to define output method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
Init(ArrowFragment<OID_T> fragment, PropertyMessageManager messageManager, com.alibaba.fastjson.JSONObject jsonObject)
-
-
-
Method Detail
-
Init
void Init(ArrowFragment<OID_T> fragment, PropertyMessageManager messageManager, com.alibaba.fastjson.JSONObject jsonObject)
-
-