Uses of Interface
com.alibaba.graphscope.utils.array.PrimitiveArray
-
Packages that use PrimitiveArray Package Description com.alibaba.graphscope.graph com.alibaba.graphscope.graphx com.alibaba.graphscope.utils com.alibaba.graphscope.utils.array com.alibaba.graphscope.utils.array.impl -
-
Uses of PrimitiveArray in com.alibaba.graphscope.graph
Fields in com.alibaba.graphscope.graph declared as PrimitiveArray Modifier and Type Field Description PrimitiveArray<VID_T>
AbstractEdgeManager.CSRHolder. dstLids
PrimitiveArray<BIZ_OID_T>
AbstractEdgeManager.CSRHolder. dstOids
PrimitiveArray<BIZ_EDATA_T>
AbstractEdgeManager.CSRHolder. edatas
Methods in com.alibaba.graphscope.graph with parameters of type PrimitiveArray Modifier and Type Method Description void
AbstractEdgeManager.CSRHolder. rebuildEdatasFromStream(FFIByteVectorInputStream inputStream, PrimitiveArray<BIZ_EDATA_T> edatas)
Method parameters in com.alibaba.graphscope.graph with type arguments of type PrimitiveArray Modifier and Type Method Description void
AbstractEdgeManager. init(IFragment<GRAPE_OID_T,VID_T,?,GRAPE_ED_T> fragment, VertexIdManager<VID_T,BIZ_OID_T> vertexIdManager, Class<? extends BIZ_OID_T> bizOidClass, Class<? extends VID_T> vidClass, Class<? extends GRAPE_ED_T> grapeEdataClass, Class<? extends BIZ_EDATA_T> bizEdataClass, BiConsumer<FFIByteVectorInputStream,PrimitiveArray<BIZ_EDATA_T>> consumer)
void
AbstractEdgeManager. init(IFragment<GRAPE_OID_T,VID_T,?,GRAPE_ED_T> fragment, VertexIdManager<VID_T,BIZ_OID_T> vertexIdManager, Class<? extends BIZ_OID_T> bizOidClass, Class<? extends VID_T> vidClass, Class<? extends GRAPE_ED_T> grapeEdataClass, Class<? extends BIZ_EDATA_T> bizEdataClass, BiConsumer<FFIByteVectorInputStream,PrimitiveArray<BIZ_EDATA_T>> consumer, int numCores)
Constructors in com.alibaba.graphscope.graph with parameters of type PrimitiveArray Constructor Description TupleIterator(long[] numOfEdges, int[] nbrPositions, PrimitiveArray<BIZ_OID_T> dstOids, PrimitiveArray<VID_T> dstLids, PrimitiveArray<BIZ_EDATA_T> edatas)
Constructor parameters in com.alibaba.graphscope.graph with type arguments of type PrimitiveArray Constructor Description CSRHolder(BaseTypedArray<GRAPE_ED_T> edataArray, BiConsumer<FFIByteVectorInputStream,PrimitiveArray<BIZ_EDATA_T>> consumer)
-
Uses of PrimitiveArray in com.alibaba.graphscope.graphx
Methods in com.alibaba.graphscope.graphx that return PrimitiveArray Modifier and Type Method Description PrimitiveArray<VD>
GraphXParallelPIE. getNewVdataArray()
static <T> PrimitiveArray<T>
GraphXParallelPIE. processComplexArray(StringTypedArray oldArray, Class<? extends T> clz, int length)
-
Uses of PrimitiveArray in com.alibaba.graphscope.utils
Subinterfaces of PrimitiveArray in com.alibaba.graphscope.utils Modifier and Type Interface Description interface
MessageStore<T>
Message store with bitset indicating validity.Classes in com.alibaba.graphscope.utils that implement PrimitiveArray Modifier and Type Class Description class
AbstractMessageStore<T>
class
DoubleMessageStore
class
IntMessageStore
class
LongMessageStore
class
ObjectMessageStore<T>
-
Uses of PrimitiveArray in com.alibaba.graphscope.utils.array
Methods in com.alibaba.graphscope.utils.array that return PrimitiveArray Modifier and Type Method Description static <TT> PrimitiveArray<TT>
PrimitiveArray. create(Class<? extends TT> clz, int len)
static <TT> PrimitiveArray<TT>
PrimitiveArray. createImmutable(PrimitiveTypedArray<TT> array, Class<? extends TT> clz)
-
Uses of PrimitiveArray in com.alibaba.graphscope.utils.array.impl
Classes in com.alibaba.graphscope.utils.array.impl that implement PrimitiveArray Modifier and Type Class Description class
DoubleArray
class
IntArray
class
LongArray
class
ObjectArray<T>
class
TypedBackendPrimitiveArray<T>
Provide array interface with immutable typed array.
-