Maxim Muzafarov created IGNITE-15067:
----------------------------------------
Summary: Add custom destination path to the snapshost API
Key: IGNITE-15067
URL: https://issues.apache.org/jira/browse/IGNITE-15067
Project: Ignite
Issue Type: Improvement
Reporter: Maxim Muzafarov
Assignee: Maxim Muzafarov
Fix For: 2.12
The default configuration path obtains from the IgniteConfiguration. However,
in some circumstances, it is good to set this destination path at runtime. This
path must be configured relatively in the node working directory and must be
accessible from the security point of view.
Proposed API:
{code}
public IgniteFuture<Void> createSnapshot(String name, Path locPath);
{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)