Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

juju-solutions/interface-giraph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

This interface layer handles the communication between Apache Giraph and its clients.

Usage

Provides

Charms providing this interface need the Apache Giraph.

This interface layer will set the following states, as appropriate:

  • {relation_name}.joined The relation to Giraph has been initialized.

Requires

Charms requiring this interface make Apache Giraph available.

This interface layer will set the following state, as appropriate:

  • {relation_name}.joined The relation to Giraph has been initialized.

An example use might be:

@when('giraph.joined')
def giraph_joined(giraph):
    .....

Contact Information

Releases

No releases published

Packages

No packages published

Languages