Convert

flatgraph.convert.Convert
object Convert

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Convert.type

Members list

Type members

Classlikes

class NodeRefTmp(val legacyId: Long)

Attributes

Supertypes
class Object
trait Matchable
class Any
class NodeStuff(val label: String, val kind: Int)

Attributes

Supertypes
class Object
trait Matchable
class Any

Value members

Concrete methods

def convertFlatgraphToOdb(fgFile: Path, outputFile: Path, debug: Boolean, verbose: Boolean): Unit
def convertOdbToFlatgraph(overflowDbFile: Path, outputFile: Path, verbose: Boolean): Unit
def main(args: Array[String]): Unit
def packNode(node: GNode, storage: OdbStorage): Array[Byte]
def packProperty(rawVals: Any, values: ISeq[Any], packer: MessageBufferPacker, storageId: Int): Unit
def packTypedRefValue(packer: MessageBufferPacker, v: Any, skipHeader: Boolean): Unit
def readNode(legacyIdToNewId: HashMap[Long, NodeRefTmp], legacyId: Long, bytes: Array[Byte], byLabel: LinkedHashMap[String, NodeStuff], storage: OdbStorage): Unit
def unpackValue(legacyIdToNewId: HashMap[Long, NodeRefTmp], valueOrPair: Value, res: ArrayBuffer[Any], typId: Option[ValueTypes]): ArrayBuffer[Any]

Concrete fields

val ANON_EDGE_PROPERTY: String