onlineCache.onlineToAIS.put(onlineID, newAIS);
} else if(schemaCount != 0) {
throw new IllegalStateException("No generation but had schemas");
}
ex.clear().append(S_K_ONLINE).append(onlineID).append(S_K_CHANGE).append(Key.BEFORE);
while(ex.next()) {
int tid = ex.getKey().indexTo(-1).decodeInt();
Long prev = onlineCache.tableToOnline.put(tid, onlineID);
assert (prev == null) : String.format("%d, %d, %d", tid, prev, onlineID);
TableChanges.ChangeSet changeSet = ChangeSetHelper.load(ex.getValue().getByteArray());