Uses of Class
org.elasticsearch.action.admin.indices.shrink.ResizeType
-
Packages that use ResizeType Package Description org.elasticsearch.action.admin.indices.create org.elasticsearch.action.admin.indices.shrink org.elasticsearch.rest.action.admin.indices -
-
Uses of ResizeType in org.elasticsearch.action.admin.indices.create
Methods in org.elasticsearch.action.admin.indices.create that return ResizeType Modifier and Type Method Description ResizeTypeCreateIndexClusterStateUpdateRequest. resizeType()Returns the resize type or null if this is an ordinary create index requestMethods in org.elasticsearch.action.admin.indices.create with parameters of type ResizeType Modifier and Type Method Description CreateIndexClusterStateUpdateRequestCreateIndexClusterStateUpdateRequest. resizeType(ResizeType resizeType) -
Uses of ResizeType in org.elasticsearch.action.admin.indices.shrink
Methods in org.elasticsearch.action.admin.indices.shrink that return ResizeType Modifier and Type Method Description ResizeTypeResizeRequest. getResizeType()Returns the type of the resize operationstatic ResizeTypeResizeType. valueOf(String name)Returns the enum constant of this type with the specified name.static ResizeType[]ResizeType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.elasticsearch.action.admin.indices.shrink with parameters of type ResizeType Modifier and Type Method Description voidResizeRequest. setResizeType(ResizeType type)The type of the resize operationResizeRequestBuilderResizeRequestBuilder. setResizeType(ResizeType type) -
Uses of ResizeType in org.elasticsearch.rest.action.admin.indices
Methods in org.elasticsearch.rest.action.admin.indices that return ResizeType Modifier and Type Method Description protected ResizeTypeRestResizeHandler.RestCloneIndexAction. getResizeType()protected ResizeTypeRestResizeHandler.RestShrinkIndexAction. getResizeType()protected ResizeTypeRestResizeHandler.RestSplitIndexAction. getResizeType()
-