Interface SnapshotNodes

All Known Implementing Classes:
Nodes

public interface SnapshotNodes
A SnapshotNodes exposes the read only methods of the Nodes service for historical queries.
  • Method Summary

    Modifier and Type
    Method
    Description
    get(String id)
    Get reads one Node by ID.
    list(String filter, Object... args)
    List gets a list of Nodes matching a given set of criteria.