Skip navigation links
A B C G O R 

A

afterRestore(Context<? extends Resource>) - Method in class org.crac.Context
 
afterRestore(Context<? extends Resource>) - Method in interface org.crac.Resource
Invoked by a Context as a notification about restore.

B

beforeCheckpoint(Context<? extends Resource>) - Method in class org.crac.Context
 
beforeCheckpoint(Context<? extends Resource>) - Method in interface org.crac.Resource
Invoked by a Context as a notification about checkpoint.

C

CheckpointException - Exception in org.crac
Suppresses exceptions thrown during checkpoint notification.
CheckpointException() - Constructor for exception org.crac.CheckpointException
Creates a CheckpointException.
CheckpointException(String) - Constructor for exception org.crac.CheckpointException
Constructs a CheckpointException with the specified detail message.
checkpointRestore() - Static method in class org.crac.Core
Requests checkpoint and returns upon a successful restore.
Context<R extends Resource> - Class in org.crac
A Resource that allows other Resources to be registered with it.
Context() - Constructor for class org.crac.Context
Creates a Context.
Core - Class in org.crac
The coordination service.
Core() - Constructor for class org.crac.Core
 

G

getGlobalContext() - Static method in class org.crac.Core
Gets the global Context for checkpoint/restore notifications.

O

org.crac - package org.crac
Provides explicit coordination with a checkpoint/restore mechanism.

R

register(R) - Method in class org.crac.Context
Registers a Resource with this Context.
Resource - Interface in org.crac
An interface for receiving checkpoint/restore notifications.
RestoreException - Exception in org.crac
Suppresses exceptions thrown during restore notification.
RestoreException() - Constructor for exception org.crac.RestoreException
Creates a RestoreException.
RestoreException(String) - Constructor for exception org.crac.RestoreException
Constructs a RestoreException with the specified detail message.
A B C G O R 
Skip navigation links

Copyright © 2022. All rights reserved.