You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Dmitriy Govorukhin (JIRA)" <ji...@apache.org> on 2018/03/02 09:13:00 UTC

[jira] [Created] (IGNITE-7865) Need to provide method WAL manager for return serialize version

Dmitriy Govorukhin created IGNITE-7865:
------------------------------------------

             Summary: Need to provide method WAL manager for return serialize version
                 Key: IGNITE-7865
                 URL: https://issues.apache.org/jira/browse/IGNITE-7865
             Project: Ignite
          Issue Type: Improvement
            Reporter: Dmitriy Govorukhin


{code}
public interface IgniteWriteAheadLogManager {
.....
    /**
     * @return Current serializer version.
     */
    public int serializerVersion();
.....
}
{code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)