Uses of Class
com.alibaba.graphscope.fragment.FragmentType
-
Packages that use FragmentType Package Description com.alibaba.graphscope.fragment com.alibaba.graphscope.fragment.adaptor -
-
Uses of FragmentType in com.alibaba.graphscope.fragment
Methods in com.alibaba.graphscope.fragment that return FragmentType Modifier and Type Method Description FragmentType
IFragment. fragmentType()
Return the underlying fragment type,i.e.static FragmentType
FragmentType. valueOf(String name)
Returns the enum constant of this type with the specified name.static FragmentType[]
FragmentType. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of FragmentType in com.alibaba.graphscope.fragment.adaptor
Methods in com.alibaba.graphscope.fragment.adaptor that return FragmentType Modifier and Type Method Description FragmentType
ArrowProjectedAdaptor. fragmentType()
FragmentType
ImmutableEdgecutFragmentAdaptor. fragmentType()
-