public void tearDown() throws IOException { client.release(); }
public RecoverFractureMultinodeBenchmark( LVMetadataClient client, boolean foreignRecovery, int lostPartitionCount) throws IOException { super(client.getChannel(), foreignRecovery, lostPartitionCount); this.client = client; }