Class NodeResource

  • All Implemented Interfaces:
    Resource

    public class NodeResource
    extends AbstractResource
    Since:
    10.0
    Author:
    Tristan Tarrant <tristan@infinispan.org>
    • Method Detail

      • isLeaf

        public boolean isLeaf()
        Description copied from interface: Resource
        Returns whether this resource is a leaf resource (i.e. it has no children, or the children are not navigable)
        Specified by:
        isLeaf in interface Resource
        Overrides:
        isLeaf in class AbstractResource