Method | Description | |
---|---|---|
Add ( JToken key, byte value, System.Guid txId ) : bool | ||
CopyUncommitedData ( Stream tempData ) : void | ||
GreaterThanOrEqual ( JToken key ) : IEnumerable |
||
PersistentDictionary ( IPersistentSource persistentSource ) : System | ||
Read ( JToken key, System.Guid txId ) : byte[] | ||
Remove ( JToken key, System.Guid txId ) : bool | ||
Rollback ( System.Guid txId ) : void |
Method | Description | |
---|---|---|
AddInteral ( JToken key, PositionInFile position ) : void | ||
ApplyCommands ( IEnumerable |
||
ClearTransactionInMemoryData ( System.Guid txId ) : void | ||
CompleteCommit ( System.Guid txId ) : void | ||
CopyCommittedData ( Stream tempData, List |
||
GetCommandsToCommit ( System.Guid txId ) : List |
||
ReadData ( long pos, int size ) : byte[] | ||
ReadDataNoCaching ( long pos, int size ) : byte[] | ||
RemoveInternal ( JToken key ) : void |
public Add ( JToken key, byte value, System.Guid txId ) : bool | ||
key | JToken | |
value | byte | |
txId | System.Guid | |
return | bool |
public CopyUncommitedData ( Stream tempData ) : void | ||
tempData | Stream | |
return | void |
public GreaterThanOrEqual ( JToken key ) : IEnumerable |
||
key | JToken | |
return | IEnumerable |
public PersistentDictionary ( IPersistentSource persistentSource ) : System | ||
persistentSource | IPersistentSource | |
return | System |
public Read ( JToken key, System.Guid txId ) : byte[] | ||
key | JToken | |
txId | System.Guid | |
return | byte[] |
public Remove ( JToken key, System.Guid txId ) : bool | ||
key | JToken | |
txId | System.Guid | |
return | bool |