Package com.graphdbapi.values
Class CypherAny
- java.lang.Object
-
- com.graphdbapi.values.CypherAny
-
- All Implemented Interfaces:
com.graphdbapi.memory.MemoryEstimable
- Direct Known Subclasses:
CypherAnyMap
,CypherList
,CypherMap
,CypherNode
,CypherPath
,CypherRelationship
,CypherValue
public abstract class CypherAny extends java.lang.Object implements com.graphdbapi.memory.MemoryEstimable
Driver传输对象基类。
-
-
Constructor Summary
Constructors Constructor Description CypherAny()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getMemorySize()
获取对象的内存大小
-