File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed
google-cloud-spanner/src/main/java/com/google/cloud/spanner Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change 25
25
import com .google .cloud .grpc .GrpcTransportOptions ;
26
26
import com .google .cloud .spanner .SessionClient .SessionId ;
27
27
import com .google .cloud .spanner .SpannerOptions .CloseableExecutorProvider ;
28
- import com .google .cloud .spanner .admin .database .v1 .stub .DatabaseAdminStub ;
29
- import com .google .cloud .spanner .admin .instance .v1 .stub .InstanceAdminStub ;
30
28
import com .google .cloud .spanner .spi .v1 .GapicSpannerRpc ;
31
29
import com .google .cloud .spanner .spi .v1 .SpannerRpc ;
32
30
import com .google .cloud .spanner .spi .v1 .SpannerRpc .Paginated ;
@@ -102,16 +100,6 @@ private static String nextDatabaseClientId(DatabaseId databaseId) {
102
100
@ GuardedBy ("this" )
103
101
private final Map <DatabaseId , DatabaseClientImpl > dbClients = new HashMap <>();
104
102
105
- @ GuardedBy ("this" )
106
- private final Map <
107
- InstanceAdminStub , com .google .cloud .spanner .admin .instance .v1 .InstanceAdminClient >
108
- instanceAdminClients = new HashMap <>();
109
-
110
- @ GuardedBy ("this" )
111
- private final Map <
112
- DatabaseAdminStub , com .google .cloud .spanner .admin .database .v1 .DatabaseAdminClient >
113
- databaseAdminClients = new HashMap <>();
114
-
115
103
private final CloseableExecutorProvider asyncExecutorProvider ;
116
104
117
105
@ GuardedBy ("this" )
You can’t perform that action at this time.
0 commit comments