Toggle navigation
Home
org.lealone.storage.StorageMap.Builder to org.lealone.transaction.log.LogStorage
No. of Instances - 2
No. of Commits - 1
No. of Projects - {'Lealone'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Rename Variable
mapBuilder
to
logStorage
mapBuilder
to
logStorage
Add or Remove Method invocation
MVCCTransactionEngine.getMapName("transactionStatusTable")
to
mapName
mapBuilder.openMap(mapName)
to
logStorage.openBufferedMap(mapName,new ObjectDataType(),new ObjectDataType())