}
public void add(ObjectIndexKey objId, ObjectInfo info, WriteBuffer buffer)
throws DhtException {
ChunkKey chunk = info.getChunkKey();
table.put(objId.asBytes(), colInfo.append(chunk.asBytes()),
info.getData().toByteArray());
}
public void remove(ObjectIndexKey objId, ChunkKey chunk, WriteBuffer buffer)
throws DhtException {