Interface NodeKeyManager

All Superinterfaces:
org.apache.ignite.internal.lang.Debuggable, org.apache.ignite.internal.manager.IgniteComponent
All Known Implementing Classes:
NodeKeyManagerImpl

public interface NodeKeyManager extends org.apache.ignite.internal.manager.IgniteComponent
Key manager for node keys.
  • Field Summary

    Fields inherited from interface org.apache.ignite.internal.lang.Debuggable

    INDENTATION
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns local private key.
    getPublicKey(String nodeName, int id)
    Returns public key for node at given time.

    Methods inherited from interface org.apache.ignite.internal.lang.Debuggable

    dumpState

    Methods inherited from interface org.apache.ignite.internal.manager.IgniteComponent

    beforeNodeStop, startAsync, stopAsync, stopAsync
  • Method Details