SGF-696 - Add support for invoking callbacks when loading snapshots.

This commit is contained in:
John Blum
2017-11-11 20:45:15 -08:00
parent c1ccfa33f6
commit 80d33e5fa0
4 changed files with 69 additions and 24 deletions

View File

@@ -249,6 +249,7 @@ both in the same definition) is illegal.
</xsd:sequence>
<xsd:attribute name="filter-ref" type="xsd:string" use="optional"/>
<xsd:attribute name="format" type="xsd:string" use="optional" default="GEMFIRE"/>
<xsd:attribute name="invoke-callbacks" type="xsd:string" use="optional" default="false"/>
<xsd:attribute name="location" type="xsd:string" use="required"/>
<xsd:attribute name="parallel" type="xsd:string" use="optional" default="false"/>
</xsd:complexType>