public static class CoreAdminRequest.Unload extends CoreAdminRequest
CoreAdminRequest.Create, CoreAdminRequest.CreateSnapshot, CoreAdminRequest.DeleteSnapshot, CoreAdminRequest.ListSnapshots, CoreAdminRequest.MergeIndexes, CoreAdminRequest.OverrideLastPublished, CoreAdminRequest.RequestRecovery, CoreAdminRequest.RequestSyncShard, CoreAdminRequest.Unload, CoreAdminRequest.WaitForState
SolrRequest.METHOD
Modifier and Type | Field and Description |
---|---|
protected boolean |
deleteDataDir |
protected boolean |
deleteIndex |
protected boolean |
deleteInstanceDir |
action, core, isIndexInfoNeeded, other
SUPPORTED_METHODS, useBinaryV2, usev2
Constructor and Description |
---|
Unload(boolean deleteIndex) |
Modifier and Type | Method and Description |
---|---|
SolrParams |
getParams() |
boolean |
isDeleteDataDir() |
boolean |
isDeleteIndex() |
boolean |
isDeleteInstanceDir() |
void |
setDeleteDataDir(boolean deleteDataDir) |
void |
setDeleteIndex(boolean deleteIndex) |
void |
setDeleteInstanceDir(boolean deleteInstanceDir) |
createCore, createCore, createCore, createResponse, getCoreStatus, getCoreStatus, getStatus, mergeIndexes, reloadCore, renameCore, setAction, setCoreName, setIndexInfoNeeded, setOtherCoreName, swapCore, unloadCore, unloadCore, unloadCore
getBasicAuthPassword, getBasicAuthUser, getCollection, getContentStreams, getContentWriter, getMethod, getPath, getQueryParams, getResponseParser, getStreamingResponseCallback, process, process, setBasicAuthCredentials, setMethod, setPath, setQueryParams, setResponseParser, setStreamingResponseCallback, setUseBinaryV2, setUseV2
protected boolean deleteIndex
protected boolean deleteDataDir
protected boolean deleteInstanceDir
public boolean isDeleteIndex()
public void setDeleteIndex(boolean deleteIndex)
public void setDeleteDataDir(boolean deleteDataDir)
public void setDeleteInstanceDir(boolean deleteInstanceDir)
public boolean isDeleteDataDir()
public boolean isDeleteInstanceDir()
public SolrParams getParams()
getParams
in class CoreAdminRequest
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.