Uses of Class
org.modeshape.connector.disk.DiskNode

Packages that use DiskNode
org.modeshape.connector.disk The classes that make up the connector that stores content in a ModeShape-specific format on fixed disk. 
 

Uses of DiskNode in org.modeshape.connector.disk
 

Methods in org.modeshape.connector.disk that return DiskNode
 DiskNode DiskNode.clone()
           This method never clones the changes.
protected  DiskNode DiskTransaction.createNode(UUID uuid, Path.Segment name, UUID parentUuid, Iterable<Property> properties)
          Create a new instance of the node, given the supplied UUID.
 DiskNode DiskNode.freeze()
          Return the frozen node with all internal state reflective of any changes.
 DiskNode DiskWorkspace.getNode(UUID uuid)
           
 DiskNode DiskWorkspace.putNode(DiskNode node)
           
 DiskNode DiskWorkspace.removeNode(UUID uuid)
           
 

Methods in org.modeshape.connector.disk that return types with arguments of type DiskNode
 NodeCache<UUID,DiskNode> DiskWorkspace.getCache()
           
 

Methods in org.modeshape.connector.disk with parameters of type DiskNode
 DiskNode DiskWorkspace.putNode(DiskNode node)
           
 

Method parameters in org.modeshape.connector.disk with type arguments of type DiskNode
 void DiskWorkspace.cachePolicyChanged(NodeCachePolicyChangedEvent<UUID,DiskNode> event)
          Notifies this workspace that the cache policy has changed and the cache should be reset.
 DiskWorkspace DiskRepository.createWorkspace(Transaction<DiskNode,DiskWorkspace> txn, String name, CreateWorkspaceRequest.CreateConflictBehavior existingWorkspaceBehavior, String nameOfWorkspaceToClone)
           
 

Constructors in org.modeshape.connector.disk with parameters of type DiskNode
DiskWorkspace(String name, File workspaceRoot, DiskNode rootNode, DiskRepository repository)
          Create a new workspace instance.
 



Copyright © 2008-2012 JBoss, a division of Red Hat. All Rights Reserved.