org.frameworkset.elasticsearch.entity.Shards Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of bboss-elasticsearch-rest-entity Show documentation
Show all versions of bboss-elasticsearch-rest-entity Show documentation
bboss elasticsearch client with restful and java api without elasticsearch jar dependended.
package org.frameworkset.elasticsearch.entity;
import java.io.Serializable;
import java.util.List;
import java.util.Map;
public class Shards implements Serializable {
private long total;
private long successful;
private long failed;
private List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy