Class MemoryEntityService
java.lang.Object
com.yahoo.vespa.hosted.controller.api.integration.entity.MemoryEntityService
- All Implemented Interfaces:
EntityService
- Author:
- mpolden
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddNodeEntity(NodeEntity nodeEntity) List all nodes owned by this system's propertyList all properties known by the service
-
Constructor Details
-
MemoryEntityService
public MemoryEntityService()
-
-
Method Details
-
listProperties
Description copied from interface:EntityServiceList all properties known by the service- Specified by:
listPropertiesin interfaceEntityService
-
listNodes
Description copied from interface:EntityServiceList all nodes owned by this system's property- Specified by:
listNodesin interfaceEntityService
-
findNode
- Specified by:
findNodein interfaceEntityService
-
addNodeEntity
-