public class FileSystemBase extends Object
Modifier and Type | Class and Description |
---|---|
static class |
FileSystemBase.ServerType |
Modifier and Type | Field and Description |
---|---|
ArrayList<io.grpc.ManagedChannel> |
mChannels |
Constructor and Description |
---|
FileSystemBase() |
Modifier and Type | Method and Description |
---|---|
void |
init(FileSystemBase.ServerType serverType,
int numGrpcChannels,
String ipAddress,
int port) |
void |
tearDown() |
public ArrayList<io.grpc.ManagedChannel> mChannels
public void init(FileSystemBase.ServerType serverType, int numGrpcChannels, String ipAddress, int port) throws Exception
Exception
public void tearDown()
Copyright © 2023. All Rights Reserved.