Class CollectionSnapshotMetaData.CoreSnapshotMetaData

    • Constructor Detail

      • CoreSnapshotMetaData

        public CoreSnapshotMetaData​(String coreName,
                                    String indexDirPath,
                                    long generationNumber,
                                    String shardId,
                                    boolean leader,
                                    Collection<String> files)
      • CoreSnapshotMetaData

        public CoreSnapshotMetaData​(NamedList resp)
    • Method Detail

      • getCoreName

        public String getCoreName()
      • getIndexDirPath

        public String getIndexDirPath()
      • getGenerationNumber

        public long getGenerationNumber()
      • getShardId

        public String getShardId()
      • isLeader

        public boolean isLeader()
      • toNamedList

        public NamedList toNamedList()