Interface LocalContextFactory<L>


  • public interface LocalContextFactory<L>
    Create a local context. The local context is a mutable object that will *not* replicate to other nodes.
    Author:
    Paul Ferraro
    • Method Detail

      • createLocalContext

        L createLocalContext()