Uses of Interface
com.alibaba.fastffi.FFIType
-
-
Uses of FFIType in com.alibaba.fastffi
Subinterfaces of FFIType in com.alibaba.fastffi Modifier and Type Interface Description interfacecom.alibaba.fastffi.CXXPointerinterfacecom.alibaba.fastffi.CXXPointerRangeElement<T extends com.alibaba.fastffi.CXXPointerRangeElement>interfacecom.alibaba.fastffi.CXXValueRangeElement<T extends com.alibaba.fastffi.CXXValueRangeElement>interfacecom.alibaba.fastffi.FFIPointerinterfacecom.alibaba.fastffi.FFISettablePointerClasses in com.alibaba.fastffi that implement FFIType Modifier and Type Class Description classFFIPointerImpl -
Uses of FFIType in com.alibaba.fastffi.impl
Classes in com.alibaba.fastffi.impl that implement FFIType Modifier and Type Class Description classCXXStdString_cxx_0xcec1e274classCXXStdVector_cxx_0x3356ee39classCXXStdVector_cxx_0x33d2198fclassCXXStdVector_cxx_0x6b0caae2classCXXStdVector_cxx_0x6b94f3eeclassCXXStdVector_cxx_0xb71ddcfaclassCXXStdVector_cxx_0xb9247603classCXXStdVector_cxx_0xbb6af271 -
Uses of FFIType in com.alibaba.graphscope.arrow
Subinterfaces of FFIType in com.alibaba.graphscope.arrow Modifier and Type Interface Description interfaceStatusClasses in com.alibaba.graphscope.arrow that implement FFIType Modifier and Type Class Description classStatus_cxx_0xba0ae5b -
Uses of FFIType in com.alibaba.graphscope.arrow.array
Subinterfaces of FFIType in com.alibaba.graphscope.arrow.array Modifier and Type Interface Description interfaceBaseArrowArray<T>Base interface for PrimitiveArrowArray and StringArrowArray.interfaceBaseArrowArrayBuilder<T>interfacePrimitiveArrowArray<T>interfacePrimitiveArrowArrayBuilder<T>interfaceStringArrowArrayinterfaceStringArrowArrayBuilderClasses in com.alibaba.graphscope.arrow.array that implement FFIType Modifier and Type Class Description classBaseArrowArray_cxx_0x58f735eaclassBaseArrowArrayBuilder_cxx_0x101bead8classBaseArrowArrayBuilder_cxx_0x10471a19classBaseArrowArrayBuilder_cxx_0x105010e2classBaseArrowArrayBuilder_cxx_0x10daeab4classBaseArrowArrayBuilder_cxx_0x232959b0classBaseArrowArrayBuilder_cxx_0x6fa38f07classPrimitiveArrowArrayBuilder_cxx_0x101bead8classPrimitiveArrowArrayBuilder_cxx_0x10471a19classPrimitiveArrowArrayBuilder_cxx_0x10daeab4classPrimitiveArrowArrayBuilder_cxx_0x232959b0classStringArrowArray_cxx_0x58f735eaclassStringArrowArrayBuilder_cxx_0x6fa38f07 -
Uses of FFIType in com.alibaba.graphscope.column
Subinterfaces of FFIType in com.alibaba.graphscope.column Modifier and Type Interface Description interfaceDoubleColumn<FRAG_T>interfaceIColumninterfaceIntColumn<FRAG_T>interfaceLongColumn<FRAG_T>Classes in com.alibaba.graphscope.column that implement FFIType Modifier and Type Class Description classDoubleColumn_cxx_0x26811983classDoubleColumn_cxx_0x3264d94bclassDoubleColumn_cxx_0xf7fc074classIColumn_cxx_0x53d1b253classIntColumn_cxx_0x66bea13dclassIntColumn_cxx_0xb238b3aeclassIntColumn_cxx_0xe6ca4d51classLongColumn_cxx_0x32aa4838classLongColumn_cxx_0xa7b92176classLongColumn_cxx_0xe1bc46e9 -
Uses of FFIType in com.alibaba.graphscope.communication
Subinterfaces of FFIType in com.alibaba.graphscope.communication Modifier and Type Interface Description interfaceFFICommunicatorThe java wrapper for grape Communicator class, which provides some useful aggregators.interfaceFFICommunicatorGenClasses in com.alibaba.graphscope.communication that implement FFIType Modifier and Type Class Description classFFICommunicatorGen_cxx_0xd6e741c0 -
Uses of FFIType in com.alibaba.graphscope.context
Classes in com.alibaba.graphscope.context that implement FFIType Modifier and Type Class Description classContextDataType -
Uses of FFIType in com.alibaba.graphscope.context.ffi
Subinterfaces of FFIType in com.alibaba.graphscope.context.ffi Modifier and Type Interface Description interfaceFFILabeledVertexDataContext<FRAG_T,DATA_T>interfaceFFILabeledVertexPropertyContext<FRAG_T>interfaceFFIVertexDataContext<FRAG_T,DATA_T>interfaceFFIVertexPropertyContext<FRAG_T>Classes in com.alibaba.graphscope.context.ffi that implement FFIType Modifier and Type Class Description classFFILabeledVertexDataContext_cxx_0xc64d9ac3classFFILabeledVertexDataContext_cxx_0xd1aafb66classFFIVertexDataContext_cxx_0x1db8ebb8classFFIVertexDataContext_cxx_0x4c3937daclassFFIVertexDataContext_cxx_0x4c64671bclassFFIVertexDataContext_cxx_0x5b2af72eclassFFIVertexDataContext_cxx_0x661c69edclassFFIVertexDataContext_cxx_0x67326c98classFFIVertexDataContext_cxx_0x70f5d0d9classFFIVertexDataContext_cxx_0x7a651b11classFFIVertexDataContext_cxx_0xa0585597classFFIVertexDataContext_cxx_0xa08384d8classFFIVertexDataContext_cxx_0xa8eea4eaclassFFIVertexDataContext_cxx_0xb5cb6a3bclassFFIVertexDataContext_cxx_0xc999cdfbclassFFIVertexDataContext_cxx_0xd453408bclassFFIVertexDataContext_cxx_0xf3953ab8 -
Uses of FFIType in com.alibaba.graphscope.ds
Subinterfaces of FFIType in com.alibaba.graphscope.ds Modifier and Type Interface Description interfaceBaseTypedArray<DATA_T>interfaceBitsetinterfaceDenseVertexSet<VID_T>Java wrapper for grape DenseVertexSet.interfaceDestListJava Wrapper for grape::DestList , contains two fid pointer, the begin and the end.interfaceEdgeDataColumn<DATA_T>Column abstraction for edge data.interfaceEmptyTypeEmpty type is an type placeholder to put in a template class or template method, it is a wrapper for grape::EmptyType.interfaceFidPointerA pointer to an unsigned pointerinterfaceGrapeAdjList<VID_T,EDATA_T>AdjList is the data structure representing the edges(destination vertex and edge data) of a single vertex.interfaceGrapeNbr<VID_T,EDATA_T>Java wrapper for grape::Nbr, representing an edge with dst vertex and edge data.interfaceGSVertexArray<T>A java wrapper for gs template class grape::VertexArray.interfaceImmutableCSR<VID_T,ED>interfaceNbrBase<VID_T,EDATA_T>interfacePrimitiveTypedArray<DATA_T>interfaceProjectedAdjList<VID_T,EDATA_T>AdjList used byArrowProjectedFragment, java wrapper for ProjectedAdjList.interfaceProjectedNbr<VID_T,EDATA_T>Definition of Nbr for projected fragment ProjectedNbr.interfacePropertyAdjList<VID_T>interfacePropertyNbr<VID_T>interfacePropertyNbrUnit<VID_T>interfacePropertyRawAdjList<VID_T>interfaceStringTypedArrayinterfaceStringViewinterfaceVertex<VID_T>Java Wrapper for grape::Vertex.interfaceVertexArray<VID,T>Vertex Array grape::VertexArray.interfaceVertexDataColumn<DATA_T>interfaceVertexRange<VID_T>Vertex Range is an abstraction for a range of vertices. -
Uses of FFIType in com.alibaba.graphscope.fragment
Subinterfaces of FFIType in com.alibaba.graphscope.fragment Modifier and Type Interface Description interfaceArrowFragment<OID_T>ArrowFragment is the java wrapper for vineyard::ArrowFragment.interfaceArrowFragmentGroupinterfaceArrowProjectedFragment<OID_T,VID_T,VDATA_T,EDATA_T>Java wrapper for ArrowProjectedFragmentinterfaceBaseArrowProjectedFragment<OID_T,VID_T,VDATA_T,EDATA_T>interfaceEdgecutFragment<OID_T,VID_T,VDATA_T,EDATA_T>EdgecutFragment defines the interfaces of fragments with edgecut.interfaceFragmentBase<OID_T,VID_T,VDATA_T,EDATA_T>Defines the basic interfaces shall be provided by a fragment.interfaceImmutableEdgecutFragment<OID_T,VID_T,VDATA_T,EDATA_T>Java wrapper for grape ImmutableEdgecutFragment.Classes in com.alibaba.graphscope.fragment that implement FFIType Modifier and Type Class Description classArrowFragment_cxx_0x999c91c4classArrowFragmentGroup_cxx_0xcc1dd3caclassArrowProjectedFragment_cxx_0x2b7738c9classArrowProjectedFragment_cxx_0x2ba2680aclassArrowProjectedFragment_cxx_0x3384a871classArrowProjectedFragment_cxx_0x4645b400classArrowProjectedFragment_cxx_0x508ada88classArrowProjectedFragment_cxx_0x50b609c9classArrowProjectedFragment_cxx_0x57bae832classArrowProjectedFragment_cxx_0x57e61773classArrowProjectedFragment_cxx_0x8724099fclassArrowProjectedFragment_cxx_0xaa704f61classArrowProjectedFragment_cxx_0xafd47c78classArrowProjectedFragment_cxx_0xb2a7437classArrowProjectedFragment_cxx_0xb55a378classArrowProjectedFragment_cxx_0xc38050e6classArrowProjectedFragment_cxx_0xe3684916classArrowProjectedFragment_cxx_0xfab326b7 -
Uses of FFIType in com.alibaba.graphscope.fragment.getter
Subinterfaces of FFIType in com.alibaba.graphscope.fragment.getter Modifier and Type Interface Description interfaceArrowFragmentGroupGetterinterfaceArrowProjectedFragmentGetter<OID,VID,VD,ED> -
Uses of FFIType in com.alibaba.graphscope.fragment.mapper
Subinterfaces of FFIType in com.alibaba.graphscope.fragment.mapper Modifier and Type Interface Description interfaceArrowProjectedFragmentMapper<OID_T,VID_T,NEW_V_T,NEW_E_T> -
Uses of FFIType in com.alibaba.graphscope.graphx
Subinterfaces of FFIType in com.alibaba.graphscope.graphx Modifier and Type Interface Description interfaceGraphXRawData<OID_T,VID_T,VD_T,ED_T>interfaceGraphXRawDataBuilder<OID_T,VID_T,VD_T,ED_T>interfaceJsoninterfaceV6dStatusinterfaceVineyardArrayBuilder<EDATA_T>interfaceVineyardClientClasses in com.alibaba.graphscope.graphx that implement FFIType Modifier and Type Class Description classGraphXRawData_cxx_0x78c6729bclassGraphXRawData_cxx_0x9daee519classGraphXRawDataBuilder_cxx_0xa6c829declassGraphXRawDataBuilder_cxx_0xcbb09c5cclassJson_cxx_0xf3be2b0cclassV6dStatus_cxx_0xd5a80136classVineyardArrayBuilder_cxx_0x7d33d751classVineyardArrayBuilder_cxx_0x7d5f0692classVineyardArrayBuilder_cxx_0xc3957a17classVineyardClient_cxx_0xb9ed250f -
Uses of FFIType in com.alibaba.graphscope.parallel
Subinterfaces of FFIType in com.alibaba.graphscope.parallel Modifier and Type Interface Description interfaceDefaultMessageManagerThe default message manager, used in serial appsDefaultAppBaseandDefaultAppBase.interfaceDefaultMessageManagerGeninterfaceMessageInBufferinterfaceMessageInBufferGeninterfaceMessageManagerBaseBase interface for all messageManagers.interfaceParallelMessageManagerThe parallel message manager, used in serial appsParallelAppBase.interfaceParallelMessageManagerGeninterfaceParallelPropertyMessageManagerAs PropertyParallelMessager.h has not much difference from ParallelMessageManager.interfacePropertyMessageManagerinterfacePropertyMessageManagerGeninterfaceThreadLocalMessageBuffer<T>Classes in com.alibaba.graphscope.parallel that implement FFIType Modifier and Type Class Description classDefaultMessageManagerGen_cxx_0xb936493cclassMessageInBufferGen_cxx_0x2b9fb1a1classParallelMessageManagerGen_cxx_0x5a835738classPropertyMessageManagerGen_cxx_0x687eff27 -
Uses of FFIType in com.alibaba.graphscope.parallel.message
Subinterfaces of FFIType in com.alibaba.graphscope.parallel.message Modifier and Type Interface Description interfaceDoubleMsgDoubleMsg is a java wrapper for gs::PrimitiveMessage<double>interfaceIntMsginterfaceLongMsgLongMsg is a java wrapper for gs::PrimitiveMessage<double>interfaceMsgBaseinterfacePrimitiveMessage<T>Classes in com.alibaba.graphscope.parallel.message that implement FFIType Modifier and Type Class Description classDoubleMsg_cxx_0xc75dfe24classIntMsg_cxx_0x5555e0ebclassLongMsg_cxx_0x3d88ac99classPrimitiveMessage_cxx_0x5581102cclassPrimitiveMessage_cxx_0xc9ed53d -
Uses of FFIType in com.alibaba.graphscope.stdcxx
Subinterfaces of FFIType in com.alibaba.graphscope.stdcxx Modifier and Type Interface Description interfaceCCharPointerinterfaceDoublePointerinterfaceFFISampleinterfaceOStreaminterfaceStdMap<K,V>interfaceStdSharedPtr<T extends com.alibaba.fastffi.FFIPointer>interfaceStdStringstatic interfaceStdString.IteratorinterfaceStdUnorderedMap<KEY_T,VALUE_T>interfaceStdVector<E>
-