Uses of Interface
com.atlassian.bitbucket.mesh.MeshNode
Packages that use MeshNode
- 
Uses of MeshNode in com.atlassian.bitbucket.event.meshMethods in com.atlassian.bitbucket.event.mesh that return MeshNodeConstructors in com.atlassian.bitbucket.event.mesh with parameters of type MeshNodeModifierConstructorDescriptionprotectedAbstractMeshNodeEvent(Object source, MeshNode node) MeshNodeAvailabilityChangedEvent(Object source, MeshNode node, boolean available) MeshNodeRegisteredEvent(Object source, MeshNode node) MeshNodeUpdatedEvent(Object source, MeshNode node) 
- 
Uses of MeshNode in com.atlassian.bitbucket.meshMethods in com.atlassian.bitbucket.mesh that return MeshNodeModifier and TypeMethodDescriptionMeshService.getMember(long id) MeshService.register(RegisterMeshNodeRequest request) Registers and provisions a new node and assigns unallocated partitions to it.MeshService.update(UpdateMeshNodeRequest request) Updates the node details, such as the RPC URL, name and/or secret.Methods in com.atlassian.bitbucket.mesh that return types with arguments of type MeshNodeConstructors in com.atlassian.bitbucket.mesh with parameters of type MeshNode