public class EnsemblePlacementPolicyConfig extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
EnsemblePlacementPolicyConfig.ParseEnsemblePlacementPolicyConfigException |
| Modifier and Type | Field and Description |
|---|---|
static String |
ENSEMBLE_PLACEMENT_POLICY_CONFIG |
| Constructor and Description |
|---|
EnsemblePlacementPolicyConfig(Class policyClass,
Map<String,Object> properties) |
| Modifier and Type | Method and Description |
|---|---|
static EnsemblePlacementPolicyConfig |
decode(byte[] data) |
byte[] |
encode() |
boolean |
equals(Object obj) |
Class |
getPolicyClass() |
Map<String,Object> |
getProperties() |
int |
hashCode() |
public static final String ENSEMBLE_PLACEMENT_POLICY_CONFIG
public Class getPolicyClass()
public byte[] encode()
throws EnsemblePlacementPolicyConfig.ParseEnsemblePlacementPolicyConfigException
public static EnsemblePlacementPolicyConfig decode(byte[] data) throws EnsemblePlacementPolicyConfig.ParseEnsemblePlacementPolicyConfigException
Copyright © 2017–2022 Apache Software Foundation. All rights reserved.