[jira] [Commented] (IGNITE-6400) Document ClientConnectorConfiguration

2018-02-26 Thread Denis Magda (JIRA)

[ 
https://issues.apache.org/jira/browse/IGNITE-6400?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16377883#comment-16377883
 ] 

Denis Magda commented on IGNITE-6400:
-

[~pgarg] , please update the parameters table from this section

[https://apacheignite-sql.readme.io/docs/jdbc-driver#section-cluster-configuration]

 

with the new parameters that were added in 2.4:

[https://github.com/apache/ignite/blob/ignite-2.4/modules/core/src/main/java/org/apache/ignite/configuration/ClientConnectorConfiguration.java]

 

Briefly comparing 1 to 2, I see the following changes:
{code:java}
/** Idle timeout. */
private long idleTimeout = DFLT_IDLE_TIMEOUT;
/** JDBC connections enabled flag. */
private boolean jdbcEnabled = true;
/** ODBC connections enabled flag. */
private boolean odbcEnabled = true;
/** JDBC connections enabled flag. */
private boolean thinCliEnabled = true;{code}
 

Check up the ODBC counterpart that needs to be updated too:

[https://apacheignite-sql.readme.io/docs/odbc-driver#cluster-configuration]

 

> Document ClientConnectorConfiguration
> -
>
> Key: IGNITE-6400
> URL: https://issues.apache.org/jira/browse/IGNITE-6400
> Project: Ignite
>  Issue Type: Task
>  Components: documentation, thin client
>Reporter: Vladimir Ozerov
>Assignee: Vladimir Ozerov
>Priority: Major
> Fix For: 2.4
>
>




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


[jira] [Commented] (IGNITE-6400) Document ClientConnectorConfiguration

2018-02-26 Thread Vladimir Ozerov (JIRA)

[ 
https://issues.apache.org/jira/browse/IGNITE-6400?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16376902#comment-16376902
 ] 

Vladimir Ozerov commented on IGNITE-6400:
-

[~dmagda], [~pgarg],
You can consult to JavaDocs of this class which are pretty self-explanatory 
[1]. This needs to be documented in thin client section. Let me know if any 
additional inputs are required.

[1] 
https://github.com/apache/ignite/blob/master/modules/core/src/main/java/org/apache/ignite/configuration/ClientConnectorConfiguration.java

> Document ClientConnectorConfiguration
> -
>
> Key: IGNITE-6400
> URL: https://issues.apache.org/jira/browse/IGNITE-6400
> Project: Ignite
>  Issue Type: Task
>  Components: documentation, thin client
>Reporter: Vladimir Ozerov
>Assignee: Vladimir Ozerov
>Priority: Major
> Fix For: 2.4
>
>




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


[jira] [Commented] (IGNITE-6400) Document ClientConnectorConfiguration

2018-02-14 Thread Denis Magda (JIRA)

[ 
https://issues.apache.org/jira/browse/IGNITE-6400?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16364562#comment-16364562
 ] 

Denis Magda commented on IGNITE-6400:
-

[~vozerov] , please explain where and how this thing needs to be documented.

> Document ClientConnectorConfiguration
> -
>
> Key: IGNITE-6400
> URL: https://issues.apache.org/jira/browse/IGNITE-6400
> Project: Ignite
>  Issue Type: Task
>  Components: documentation, thin client
>Reporter: Vladimir Ozerov
>Assignee: Vladimir Ozerov
>Priority: Major
> Fix For: 2.4
>
>




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