public class ShardManifest extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_ID |
static String |
SERIALIZED_NAME_SHARD_OWNERS |
| Constructor and Description |
|---|
ShardManifest() |
| Modifier and Type | Method and Description |
|---|---|
ShardManifest |
addShardOwnersItem(ShardOwner shardOwnersItem) |
boolean |
equals(Object o) |
Long |
getId()
Get id
|
List<ShardOwner> |
getShardOwners()
Get shardOwners
|
int |
hashCode() |
ShardManifest |
id(Long id) |
void |
setId(Long id) |
void |
setShardOwners(List<ShardOwner> shardOwners) |
ShardManifest |
shardOwners(List<ShardOwner> shardOwners) |
String |
toString() |
public static final String SERIALIZED_NAME_ID
public static final String SERIALIZED_NAME_SHARD_OWNERS
public ShardManifest id(Long id)
public Long getId()
public void setId(Long id)
public ShardManifest shardOwners(List<ShardOwner> shardOwners)
public ShardManifest addShardOwnersItem(ShardOwner shardOwnersItem)
public List<ShardOwner> getShardOwners()
public void setShardOwners(List<ShardOwner> shardOwners)
Copyright © 2018–2021 InfluxData, Inc.. All rights reserved.