-
Notifications
You must be signed in to change notification settings - Fork 135
IGNITE-15721 Implemented the ability to use configuration instances as direct proxies to underlying storages. #499
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…s direct proxies to underlying storages. Signed-off-by: ibessonov <bessonov.ip@gmail.com>
| .addModifiers(PUBLIC); | ||
|
|
||
| for (VariableElement field : fields) { | ||
| if (field.getModifiers().contains(STATIC)) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think that fields method already returns only non-static members
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You're right
| } | ||
| } | ||
| } catch (Throwable t) { | ||
| assert false; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what is this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess that was the reminder for myself. That exception handling is a complete nonsense.
Signed-off-by: ibessonov <bessonov.ip@gmail.com>
Signed-off-by: ibessonov <bessonov.ip@gmail.com>
Signed-off-by: ibessonov <bessonov.ip@gmail.com>
Signed-off-by: ibessonov <bessonov.ip@gmail.com>
Signed-off-by: ibessonov <bessonov.ip@gmail.com>
Signed-off-by: ibessonov <bessonov.ip@gmail.com>
.../configuration/src/main/java/org/apache/ignite/internal/configuration/ConfigurationNode.java
Outdated
Show resolved
Hide resolved
...es/configuration/src/main/java/org/apache/ignite/internal/configuration/DynamicProperty.java
Show resolved
Hide resolved
...es/configuration/src/main/java/org/apache/ignite/internal/configuration/DynamicProperty.java
Show resolved
Hide resolved
...tion/src/main/java/org/apache/ignite/internal/configuration/asm/DirectProxyAsmGenerator.java
Show resolved
Hide resolved
...tion/src/main/java/org/apache/ignite/internal/configuration/asm/DirectProxyAsmGenerator.java
Show resolved
Hide resolved
...iguration/src/main/java/org/apache/ignite/internal/configuration/util/ConfigurationUtil.java
Outdated
Show resolved
Hide resolved
|
Merged |
https://issues.apache.org/jira/browse/IGNITE-15721