}
public GeoWaveGTDataStore(
final TransactionsAllocater transactionsAllocater,
final AuthorizationSPI authSPI ) {
listenerManager = new FeatureListenerManager();
authorizationSPI = authSPI;
lockingManager = new MemoryLockManager(
"default");
this.transactionsAllocater = transactionsAllocater;
}