A C D E G H I L N O P R S T

A

ACTIVE_NODE_CACHE - Static variable in class org.jclouds.karaf.core.Constants
 
API - Static variable in class org.jclouds.karaf.core.Constants
 

C

ComputeServiceEventProxy - Class in org.jclouds.karaf.core
A proxy implementations of the ComputeService which delegates calls to the underlying impl and notifies NodeListeners about node creation/destruction events.
ComputeServiceEventProxy(BundleContext, ComputeService) - Constructor for class org.jclouds.karaf.core.ComputeServiceEventProxy
Constructor
configure() - Method in class org.jclouds.karaf.core.CredentialStore
Configures a Binder via the exposed methods.
Constants - Class in org.jclouds.karaf.core
 
Constants() - Constructor for class org.jclouds.karaf.core.Constants
 
createNodesInGroup(String, int, Template) - Method in class org.jclouds.karaf.core.ComputeServiceEventProxy
The compute api treats nodes as a group based on the name you specify.
createNodesInGroup(String, int, TemplateOptions) - Method in class org.jclouds.karaf.core.ComputeServiceEventProxy
Like ComputeService.createNodesInGroup(String, int, org.jclouds.compute.domain.Template), except that the template is default, equivalent to templateBuilder().any().options(templateOptions).
createNodesInGroup(String, int) - Method in class org.jclouds.karaf.core.ComputeServiceEventProxy
Like ComputeService.createNodesInGroup(String, int, org.jclouds.compute.options.TemplateOptions), except that the options are default, as specified in ComputeService.templateOptions().
CREDENTIAL - Static variable in class org.jclouds.karaf.core.Constants
 
CredentialStore - Class in org.jclouds.karaf.core
 
CredentialStore() - Constructor for class org.jclouds.karaf.core.CredentialStore
 

D

destroyNode(String) - Method in class org.jclouds.karaf.core.ComputeServiceEventProxy
destroy the node, given its id.
destroyNodesMatching(Predicate<NodeMetadata>) - Method in class org.jclouds.karaf.core.ComputeServiceEventProxy
nodes matching the filter are treated as a logical set.

E

ENDPOINT - Static variable in class org.jclouds.karaf.core.Constants
 

G

getContext() - Method in class org.jclouds.karaf.core.ComputeServiceEventProxy
 
getImage(String) - Method in class org.jclouds.karaf.core.ComputeServiceEventProxy
Find an image by its id.
getImageExtension() - Method in class org.jclouds.karaf.core.ComputeServiceEventProxy
Returns the ImageExtension for this provider if it implements it.
getNodeMetadata(String) - Method in class org.jclouds.karaf.core.ComputeServiceEventProxy
Find a node by its id.
getStore() - Method in class org.jclouds.karaf.core.CredentialStore
 
GROUP - Static variable in class org.jclouds.karaf.core.Constants
 

H

HARDWARE_CACHE - Static variable in class org.jclouds.karaf.core.Constants
 

I

IDENTITY - Static variable in class org.jclouds.karaf.core.Constants
 
IMAGE_CACHE - Static variable in class org.jclouds.karaf.core.Constants
 
INACTIVE_NODE_CACHE - Static variable in class org.jclouds.karaf.core.Constants
 

L

listAssignableLocations() - Method in class org.jclouds.karaf.core.ComputeServiceEventProxy
The list locations command returns all the valid locations for nodes.
listHardwareProfiles() - Method in class org.jclouds.karaf.core.ComputeServiceEventProxy
The list hardware profiles command shows you the options including virtual cpu count, memory, and disks.
listImages() - Method in class org.jclouds.karaf.core.ComputeServiceEventProxy
Images define the operating system and metadata related to a node.
listNodes() - Method in class org.jclouds.karaf.core.ComputeServiceEventProxy
all nodes available to the current user by id.
listNodesDetailsMatching(Predicate<ComputeMetadata>) - Method in class org.jclouds.karaf.core.ComputeServiceEventProxy
get all nodes including details such as image and ip addresses even if it incurs extra requests to the service.
LOCATION_CACHE - Static variable in class org.jclouds.karaf.core.Constants
 

N

NAME - Static variable in class org.jclouds.karaf.core.Constants
 
NODE_CACHE - Static variable in class org.jclouds.karaf.core.Constants
 
nodeCreated(NodeMetadata) - Method in interface org.jclouds.karaf.core.NodeListener
 
nodeDestroyed(NodeMetadata) - Method in interface org.jclouds.karaf.core.NodeListener
 
NodeListener - Interface in org.jclouds.karaf.core
A listener which listens for node events.

O

org.jclouds.karaf.core - package org.jclouds.karaf.core
 

P

PROVIDER - Static variable in class org.jclouds.karaf.core.Constants
 

R

rebootNode(String) - Method in class org.jclouds.karaf.core.ComputeServiceEventProxy
reboot the node, given its id.
rebootNodesMatching(Predicate<NodeMetadata>) - Method in class org.jclouds.karaf.core.ComputeServiceEventProxy
nodes matching the filter are treated as a logical set.
RECIPE_CACHE - Static variable in class org.jclouds.karaf.core.Constants
 
resumeNode(String) - Method in class org.jclouds.karaf.core.ComputeServiceEventProxy
resume the node from suspended state, given its id.
resumeNodesMatching(Predicate<NodeMetadata>) - Method in class org.jclouds.karaf.core.ComputeServiceEventProxy
nodes matching the filter are treated as a logical set.
runScriptOnNode(String, Statement, RunScriptOptions) - Method in class org.jclouds.karaf.core.ComputeServiceEventProxy
Run the script on a specific node
runScriptOnNode(String, Statement) - Method in class org.jclouds.karaf.core.ComputeServiceEventProxy
 
runScriptOnNode(String, String, RunScriptOptions) - Method in class org.jclouds.karaf.core.ComputeServiceEventProxy
 
runScriptOnNode(String, String) - Method in class org.jclouds.karaf.core.ComputeServiceEventProxy
 
runScriptOnNodesMatching(Predicate<NodeMetadata>, String) - Method in class org.jclouds.karaf.core.ComputeServiceEventProxy
 
runScriptOnNodesMatching(Predicate<NodeMetadata>, Statement) - Method in class org.jclouds.karaf.core.ComputeServiceEventProxy
 
runScriptOnNodesMatching(Predicate<NodeMetadata>, String, RunScriptOptions) - Method in class org.jclouds.karaf.core.ComputeServiceEventProxy
 
runScriptOnNodesMatching(Predicate<NodeMetadata>, Statement, RunScriptOptions) - Method in class org.jclouds.karaf.core.ComputeServiceEventProxy
Run the script on all nodes with the specific predicate.

S

setStore(Map<String, Credentials>) - Method in class org.jclouds.karaf.core.CredentialStore
 
store - Variable in class org.jclouds.karaf.core.CredentialStore
 
submitScriptOnNode(String, Statement, RunScriptOptions) - Method in class org.jclouds.karaf.core.ComputeServiceEventProxy
Run the script on a specific node in the background, typically as nohup
SUSPENDED_NODE_CACHE - Static variable in class org.jclouds.karaf.core.Constants
 
suspendNode(String) - Method in class org.jclouds.karaf.core.ComputeServiceEventProxy
suspend the node, given its id.
suspendNodesMatching(Predicate<NodeMetadata>) - Method in class org.jclouds.karaf.core.ComputeServiceEventProxy
nodes matching the filter are treated as a logical set.

T

templateBuilder() - Method in class org.jclouds.karaf.core.ComputeServiceEventProxy
Makes a new template builder for this service
templateOptions() - Method in class org.jclouds.karaf.core.ComputeServiceEventProxy
Makes a new set of options for running nodes

A C D E G H I L N O P R S T

Copyright © 2013. All Rights Reserved.