Searched defs:msgCnt (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/replication/service/
H A DReplicationDomain.java1091 int msgCnt = 0; field in class:ReplicationDomain.IEContext
1412 ieContext.msgCnt = 0;
1847 // check the msgCnt of the msg received to check ordering
1848 if (++ieContext.msgCnt != entryMsg.getMsgId())
1853 String.valueOf(ieContext.msgCnt),
1859 if ((ieContext.msgCnt % (ieContext.initWindow/2)) == 0)
1864 ieContext.msgCnt);
1986 ++ieContext.msgCnt);
2010 int ourLastExportedCnt = ieContext.msgCnt;
2336 ieContext.msgCnt
[all...]
/forgerock/opendj2/src/server/org/opends/server/replication/service/
H A DReplicationDomain.java1133 private int msgCnt = 0; field in class:ReplicationDomain.ImportExportContext
1521 ieCtx.msgCnt = 0;
1935 // check the msgCnt of the msg received to check ordering
1936 if (++ieCtx.msgCnt != entryMsg.getMsgId())
1940 String.valueOf(ieCtx.msgCnt),
1946 if ((ieCtx.msgCnt % (ieCtx.initWindow/2)) == 0)
1949 getServerId(), entryMsg.getSenderID(), ieCtx.msgCnt);
2071 ++ieCtx.msgCnt);
2097 int ourLastExportedCnt = ieCtx.msgCnt;
2366 ieCtx.msgCnt
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/service/
H A DReplicationDomain.java1092 int msgCnt = 0; field in class:ReplicationDomain.IEContext
1413 ieContext.msgCnt = 0;
1848 // check the msgCnt of the msg received to check ordering
1849 if (++ieContext.msgCnt != entryMsg.getMsgId())
1854 String.valueOf(ieContext.msgCnt),
1860 if ((ieContext.msgCnt % (ieContext.initWindow/2)) == 0)
1865 ieContext.msgCnt);
1987 ++ieContext.msgCnt);
2011 int ourLastExportedCnt = ieContext.msgCnt;
2337 ieContext.msgCnt
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/service/
H A DReplicationDomain.java1091 int msgCnt = 0; field in class:ReplicationDomain.IEContext
1412 ieContext.msgCnt = 0;
1847 // check the msgCnt of the msg received to check ordering
1848 if (++ieContext.msgCnt != entryMsg.getMsgId())
1853 String.valueOf(ieContext.msgCnt),
1859 if ((ieContext.msgCnt % (ieContext.initWindow/2)) == 0)
1864 ieContext.msgCnt);
1986 ++ieContext.msgCnt);
2010 int ourLastExportedCnt = ieContext.msgCnt;
2336 ieContext.msgCnt
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/replication/service/
H A DReplicationDomain.java1133 private int msgCnt = 0; field in class:ReplicationDomain.ImportExportContext
1521 ieCtx.msgCnt = 0;
1935 // check the msgCnt of the msg received to check ordering
1936 if (++ieCtx.msgCnt != entryMsg.getMsgId())
1940 String.valueOf(ieCtx.msgCnt),
1946 if ((ieCtx.msgCnt % (ieCtx.initWindow/2)) == 0)
1949 getServerId(), entryMsg.getSenderID(), ieCtx.msgCnt);
2071 ++ieCtx.msgCnt);
2097 int ourLastExportedCnt = ieCtx.msgCnt;
2366 ieCtx.msgCnt
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/service/
H A DReplicationDomain.java1107 private int msgCnt; field in class:ReplicationDomain.ImportExportContext
1492 ieCtx.msgCnt = 0;
1909 // check the msgCnt of the msg received to check ordering
1910 if (++ieCtx.msgCnt != entryMsg.getMsgId())
1913 ResultCode.OTHER, ERR_INIT_BAD_MSG_ID_SEQ_DURING_IMPORT.get(ieCtx.msgCnt, entryMsg.getMsgId())));
1918 if ((ieCtx.msgCnt % (ieCtx.initWindow/2)) == 0)
1921 getServerId(), entryMsg.getSenderID(), ieCtx.msgCnt);
2039 ++ieCtx.msgCnt);
2064 int ourLastExportedCnt = ieCtx.msgCnt;
2332 ieCtx.msgCnt
[all...]

Completed in 52 milliseconds