DeltaStoreBasedWaveletState.create(deltaStore.open(localWaveletName), PERSIST_EXECUTOR);
localWavelet = new LocalWaveletContainerImpl(localWaveletName, notifiee,
Futures.immediateFuture(localWaveletState), localDomain, STORAGE_CONTINUATION_EXECUTOR);
localWavelet.awaitLoad();
WaveletState remoteWaveletState =
DeltaStoreBasedWaveletState.create(deltaStore.open(remoteWaveletName), PERSIST_EXECUTOR);
remoteWavelet = new RemoteWaveletContainerImpl(remoteWaveletName, notifiee,
Futures.immediateFuture(remoteWaveletState), STORAGE_CONTINUATION_EXECUTOR);
remoteWavelet.awaitLoad();
}