Package com._1c.g5.v8.bm.store
Interface IBmWal.IEntryProcessor
- 
- Enclosing interface:
- IBmWal
 
 public static interface IBmWal.IEntryProcessorEntry processor.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidprocess(byte[] data, int offset, int length)The method invoked byprocessRecordsBeforeLastCheckpointStartandprocessRecordsAfterLastCheckpointStartmethods.
 
- 
- 
- 
Method Detail- 
processvoid process(byte[] data, int offset, int length) throws IOExceptionThe method invoked byprocessRecordsBeforeLastCheckpointStartandprocessRecordsAfterLastCheckpointStartmethods.- Parameters:
- data- A byte array containing the serialized description of the commit, never- null.
- offset- The offset within the array where the serialized description is located.
- length- The length of the serialized description.
- Throws:
- IOException
 
 
- 
 
-