Package | Description |
---|---|
org.apache.ambari.server.orm.entities |
Modifier and Type | Method and Description |
---|---|
ViewInstanceDataEntity |
ViewInstanceEntity.getInstanceData(String key)
Get the instance data entity for the given key.
|
Modifier and Type | Method and Description |
---|---|
Collection<ViewInstanceDataEntity> |
ViewInstanceEntity.getData()
Get the instance data.
|
Modifier and Type | Method and Description |
---|---|
void |
ViewInstanceEntity.setData(Collection<ViewInstanceDataEntity> data)
Set the collection of instance data entities.
|
Copyright © 2017. All rights reserved.