Class DistributedThinClientConfiguration


  • public class DistributedThinClientConfiguration
    extends Object
    Thin client distributed configuration.
    • Constructor Detail

      • DistributedThinClientConfiguration

        public DistributedThinClientConfiguration​(GridKernalContext ctx)
        Parameters:
        ctx - Kernal context.
    • Method Detail

      • updateThinClientSendServerStackTraceAsync

        public GridFutureAdapter<?> updateThinClientSendServerStackTraceAsync​(boolean showStack)
                                                                       throws IgniteCheckedException
        Parameters:
        showStack - If true shows full stack trace on the client side.
        Returns:
        Future for update operation.
        Throws:
        IgniteCheckedException
      • sendServerExceptionStackTraceToClient

        @Nullable
        public @Nullable Boolean sendServerExceptionStackTraceToClient()
        Returns:
        If true, thin client response will include full stack trace when exception occurs. When false, only top level exception message is included.