public class InfoResponseUtils extends Object
| Constructor and Description |
|---|
InfoResponseUtils() |
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
getPropertyFromConfigResponse(String response,
String propertyName,
Function<String,T> mapper) |
static <T> T |
getPropertyFromInfoResponse(String response,
String propertyName,
Function<String,T> mapper) |
static <T> T |
getPropertyFromResponse(String response,
String propertyName,
Function<String,T> mapper,
Pattern delimiterPattern) |
Copyright © 2020–2021 Aerospike, Inc. All rights reserved.