public class MetadataCluster extends Object
Constructor and Description |
---|
MetadataCluster(SecurityType securityType,
SortedMap<String,MetadataServiceInfo> serviceLevelParams,
boolean fullServiceLevelMetadata,
SortedMap<String,String> clusterLevelParams,
SortedMap<String,SortedMap<String,String>> agentConfigs) |
Modifier and Type | Method and Description |
---|---|
static MetadataCluster |
clusterLevelParamsMetadataCluster(SecurityType securityType,
SortedMap<String,String> clusterLevelParams) |
static MetadataCluster |
emptyMetadataCluster() |
boolean |
equals(Object o) |
SortedMap<String,SortedMap<String,String>> |
getAgentConfigs() |
SortedMap<String,String> |
getClusterLevelParams() |
SortedMap<String,MetadataServiceInfo> |
getServiceLevelParams() |
Set<String> |
getStatusCommandsToRun() |
int |
hashCode() |
boolean |
isFullServiceLevelMetadata() |
static MetadataCluster |
serviceLevelParamsMetadataCluster(SecurityType securityType,
SortedMap<String,MetadataServiceInfo> serviceLevelParams,
boolean fullServiceLevelMetadata) |
boolean |
updateClusterLevelParams(SortedMap<String,String> update) |
boolean |
updateServiceLevelParams(SortedMap<String,MetadataServiceInfo> update,
boolean fullMetadataInUpdatedMap) |
public static MetadataCluster emptyMetadataCluster()
public static MetadataCluster serviceLevelParamsMetadataCluster(SecurityType securityType, SortedMap<String,MetadataServiceInfo> serviceLevelParams, boolean fullServiceLevelMetadata)
public static MetadataCluster clusterLevelParamsMetadataCluster(SecurityType securityType, SortedMap<String,String> clusterLevelParams)
public SortedMap<String,MetadataServiceInfo> getServiceLevelParams()
public boolean isFullServiceLevelMetadata()
public boolean updateServiceLevelParams(SortedMap<String,MetadataServiceInfo> update, boolean fullMetadataInUpdatedMap)
Copyright © 2022 Apache Software Foundation. All rights reserved.