org.terracotta.annotations
Annotation Type DMI


@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface DMI

Marks this method for execution in a distributed manner.

Calls to distributed methods are replicated across the cluster, causing equivalent calls to be made on every node on which the object resides.



Copyright © 2015 Terracotta, Inc.. All Rights Reserved.