208209210211212213214215216
thread = new Thread(this); thread.start(); // Initialize split policy this.splitPolicy = EntityGroupSplitPolicy.create(this, conf); if (services != null) { this.storageServices = new StorageServicesImpl( this.services.getActionManager()); } }