Uses of Class
com.yahoo.vespa.hosted.controller.api.integration.entity.NodeEntity
-
Packages that use NodeEntity Package Description com.yahoo.vespa.hosted.controller.api.integration.entity -
-
Uses of NodeEntity in com.yahoo.vespa.hosted.controller.api.integration.entity
Methods in com.yahoo.vespa.hosted.controller.api.integration.entity that return types with arguments of type NodeEntity Modifier and Type Method Description Optional<NodeEntity>EntityService. findNode(String hostname)Optional<NodeEntity>MemoryEntityService. findNode(String hostname)List<NodeEntity>EntityService. listNodes()List all nodes owned by this system's propertyList<NodeEntity>MemoryEntityService. listNodes()Methods in com.yahoo.vespa.hosted.controller.api.integration.entity with parameters of type NodeEntity Modifier and Type Method Description MemoryEntityServiceMemoryEntityService. addNodeEntity(NodeEntity nodeEntity)
-