SGF-695 - Add support for parallel snapshots.

This commit is contained in:
John Blum
2017-11-11 20:22:57 -08:00
parent 161d92a9f6
commit c1ccfa33f6
5 changed files with 171 additions and 96 deletions

View File

@@ -247,9 +247,10 @@ both in the same definition) is illegal.
</xsd:annotation>
</xsd:any>
</xsd:sequence>
<xsd:attribute name="location" type="xsd:string" use="required"/>
<xsd:attribute name="format" type="xsd:string" use="optional" default="GEMFIRE"/>
<xsd:attribute name="filter-ref" type="xsd:string" use="optional"/>
<xsd:attribute name="format" type="xsd:string" use="optional" default="GEMFIRE"/>
<xsd:attribute name="location" type="xsd:string" use="required"/>
<xsd:attribute name="parallel" type="xsd:string" use="optional" default="false"/>
</xsd:complexType>
</xsd:schema>