public class SynchroPendingOperationBuffer extends Object implements SynchroWriteBuffer
Constructor and Description |
---|
SynchroPendingOperationBuffer(String tableName) |
Modifier and Type | Method and Description |
---|---|
void |
addMissingRemoteId(String tablename,
int columnIndex,
String pkStr,
Integer remoteId) |
void |
addPks(List<List<Object>> updatedPks) |
void |
addRemoteIdsMap(Map<Integer,Integer> updatedRemoteIds) |
List<List<Object>> |
getPks() |
Map<Integer,Integer> |
getRemoteIdsMap() |
String |
getTableName() |
boolean |
isEmpty() |
void |
setPks(List<List<Object>> pks) |
public SynchroPendingOperationBuffer(String tableName)
public String getTableName()
public Map<Integer,Integer> getRemoteIdsMap()
public void addRemoteIdsMap(Map<Integer,Integer> updatedRemoteIds)
public boolean isEmpty()
public void addMissingRemoteId(String tablename, int columnIndex, String pkStr, Integer remoteId)
addMissingRemoteId
in interface SynchroWriteBuffer
Copyright © 2012–2014 IFREMER. All rights reserved.