com.hazelcast.spi
Interface NodeAware

All Known Subinterfaces:
SecureCallable<V>
All Known Implementing Classes:
BinaryOperationFactory

public interface NodeAware

A 'capability' that can be implemented by object to get the Node injected.


Method Summary
 void setNode(Node node)
           
 

Method Detail

setNode

void setNode(Node node)


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