Class SnapshotManagementRestFactory

java.lang.Object
org.gridgain.internal.rest.snapshot.SnapshotManagementRestFactory
All Implemented Interfaces:
org.apache.ignite.internal.rest.ResourceHolder, org.apache.ignite.internal.rest.RestFactory

@Factory public class SnapshotManagementRestFactory extends Object implements org.apache.ignite.internal.rest.RestFactory
Factory that creates beans that are needed for SnapshotManagementController.
  • Constructor Details

    • SnapshotManagementRestFactory

      public SnapshotManagementRestFactory(org.gridgain.internal.snapshots.SnapshotFacade snapshotFacade)
      Constructor.
  • Method Details

    • snapshotFacade

      @Bean @Singleton public org.gridgain.internal.snapshots.SnapshotFacade snapshotFacade()
    • cleanResources

      public void cleanResources()
      Specified by:
      cleanResources in interface org.apache.ignite.internal.rest.ResourceHolder