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 FragmentTypeIFragment. fragmentType()Return the underlying fragment type,i.e.static FragmentTypeFragmentType. 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 FragmentTypeArrowProjectedAdaptor. fragmentType()FragmentTypeImmutableEdgecutFragmentAdaptor. fragmentType()
-