public class ConnectionPool extends Object
| Constructor and Description |
|---|
ConnectionPool() |
| Modifier and Type | Method and Description |
|---|---|
Connection |
get(String endpoint) |
Map<String,Connection> |
getAll() |
void |
put(String endpoint,
Connection connectionString) |
void |
put(String endpoint,
String connectionString) |
public void put(String endpoint, Connection connectionString)
@Nullable public Connection get(String endpoint)
public Map<String,Connection> getAll()
Copyright © 2020 Microsoft. All rights reserved.