Uses of Class
org.apache.drill.exec.proto.UserBitShared.UserCredentials
Packages that use UserBitShared.UserCredentials
Package
Description
-
Uses of UserBitShared.UserCredentials in org.apache.drill.exec.ops
Methods in org.apache.drill.exec.ops that return UserBitShared.UserCredentialsModifier and TypeMethodDescriptionContextInformation.getQueryUserCredentials()QueryContext.getQueryUserCredentials()Constructors in org.apache.drill.exec.ops with parameters of type UserBitShared.UserCredentialsModifierConstructorDescriptionContextInformation(UserBitShared.UserCredentials userCredentials, BitControl.QueryContextInformation queryContextInfo) -
Uses of UserBitShared.UserCredentials in org.apache.drill.exec.proto
Fields in org.apache.drill.exec.proto with type parameters of type UserBitShared.UserCredentialsModifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<UserBitShared.UserCredentials> UserBitShared.UserCredentials.PARSERDeprecated.Methods in org.apache.drill.exec.proto that return UserBitShared.UserCredentialsModifier and TypeMethodDescriptionUserBitShared.UserCredentials.Builder.build()UserBitShared.UserCredentials.Builder.buildPartial()BitControl.PlanFragment.Builder.getCredentials()optional .exec.shared.UserCredentials credentials = 14;BitControl.PlanFragment.getCredentials()optional .exec.shared.UserCredentials credentials = 14;BitControl.PlanFragmentOrBuilder.getCredentials()optional .exec.shared.UserCredentials credentials = 14;UserProtos.UserToBitHandshake.Builder.getCredentials()optional .exec.shared.UserCredentials credentials = 4;UserProtos.UserToBitHandshake.getCredentials()optional .exec.shared.UserCredentials credentials = 4;UserProtos.UserToBitHandshakeOrBuilder.getCredentials()optional .exec.shared.UserCredentials credentials = 4;UserBitShared.UserCredentials.getDefaultInstance()UserBitShared.UserCredentials.Builder.getDefaultInstanceForType()UserBitShared.UserCredentials.getDefaultInstanceForType()SchemaUserBitShared.UserCredentials.MessageSchema.newMessage()UserBitShared.UserCredentials.parseDelimitedFrom(InputStream input) UserBitShared.UserCredentials.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) UserBitShared.UserCredentials.parseFrom(byte[] data) UserBitShared.UserCredentials.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) UserBitShared.UserCredentials.parseFrom(com.google.protobuf.ByteString data) UserBitShared.UserCredentials.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) UserBitShared.UserCredentials.parseFrom(com.google.protobuf.CodedInputStream input) UserBitShared.UserCredentials.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) UserBitShared.UserCredentials.parseFrom(InputStream input) UserBitShared.UserCredentials.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) UserBitShared.UserCredentials.parseFrom(ByteBuffer data) UserBitShared.UserCredentials.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.apache.drill.exec.proto that return types with arguments of type UserBitShared.UserCredentialsModifier and TypeMethodDescriptioncom.google.protobuf.Parser<UserBitShared.UserCredentials> UserBitShared.UserCredentials.getParserForType()static com.google.protobuf.Parser<UserBitShared.UserCredentials> UserBitShared.UserCredentials.parser()SchemaUserBitShared.UserCredentials.MessageSchema.typeClass()Methods in org.apache.drill.exec.proto with parameters of type UserBitShared.UserCredentialsModifier and TypeMethodDescriptionbooleanSchemaUserBitShared.UserCredentials.MessageSchema.isInitialized(UserBitShared.UserCredentials message) BitControl.PlanFragment.Builder.mergeCredentials(UserBitShared.UserCredentials value) optional .exec.shared.UserCredentials credentials = 14;UserProtos.UserToBitHandshake.Builder.mergeCredentials(UserBitShared.UserCredentials value) optional .exec.shared.UserCredentials credentials = 4;voidSchemaUserBitShared.UserCredentials.MessageSchema.mergeFrom(io.protostuff.Input input, UserBitShared.UserCredentials message) UserBitShared.UserCredentials.Builder.mergeFrom(UserBitShared.UserCredentials other) UserBitShared.UserCredentials.newBuilder(UserBitShared.UserCredentials prototype) BitControl.PlanFragment.Builder.setCredentials(UserBitShared.UserCredentials value) optional .exec.shared.UserCredentials credentials = 14;UserProtos.UserToBitHandshake.Builder.setCredentials(UserBitShared.UserCredentials value) optional .exec.shared.UserCredentials credentials = 4;voidSchemaUserBitShared.UserCredentials.MessageSchema.writeTo(io.protostuff.Output output, UserBitShared.UserCredentials message) -
Uses of UserBitShared.UserCredentials in org.apache.drill.exec.rpc.user
Methods in org.apache.drill.exec.rpc.user that return UserBitShared.UserCredentialsMethods in org.apache.drill.exec.rpc.user with parameters of type UserBitShared.UserCredentialsModifier and TypeMethodDescriptionvoidUserClient.connect(CoordinationProtos.DrillbitEndpoint endpoint, DrillProperties properties, UserBitShared.UserCredentials credentials) Connects, and if required, authenticates.voidUserSession.replaceUserCredentials(InboundImpersonationManager impersonationManager, UserBitShared.UserCredentials newCredentials) Replace current user credentials with the given user's credentials.UserSession.Builder.withCredentials(UserBitShared.UserCredentials credentials) -
Uses of UserBitShared.UserCredentials in org.apache.drill.exec.store
Methods in org.apache.drill.exec.store that return UserBitShared.UserCredentialsModifier and TypeMethodDescriptionSchemaConfig.getQueryUserCredentials()SchemaConfig.SchemaConfigInfoProvider.getQueryUserCredentials() -
Uses of UserBitShared.UserCredentials in org.apache.drill.exec.store.jdbc
Methods in org.apache.drill.exec.store.jdbc with parameters of type UserBitShared.UserCredentialsModifier and TypeMethodDescriptionJdbcStoragePlugin.getConvention(org.apache.calcite.sql.SqlDialect dialect, UserBitShared.UserCredentials userCredentials) JdbcStoragePlugin.getDataSource(UserBitShared.UserCredentials userCredentials) org.apache.calcite.sql.SqlDialectJdbcStoragePlugin.getDialect(UserBitShared.UserCredentials userCredentials) JdbcConventionFactory.getJdbcConvention(JdbcStoragePlugin plugin, org.apache.calcite.sql.SqlDialect dialect, UserBitShared.UserCredentials userCredentials) JdbcStorageConfig.getUsernamePasswordCredentials(UserBitShared.UserCredentials userCredentials) Constructors in org.apache.drill.exec.store.jdbc with parameters of type UserBitShared.UserCredentialsModifierConstructorDescriptionJdbcIntermediatePrel(org.apache.calcite.plan.RelOptCluster cluster, org.apache.calcite.plan.RelTraitSet traits, org.apache.calcite.rel.RelNode child, UserBitShared.UserCredentials userCredentials) JdbcPrel(org.apache.calcite.plan.RelOptCluster cluster, org.apache.calcite.plan.RelTraitSet traitSet, JdbcIntermediatePrel prel, UserBitShared.UserCredentials userCredentials) JdbcRecordWriter(UserBitShared.UserCredentials userCredentials, List<String> tableIdentifier, JdbcWriter config) JdbcTableModifyWriter(UserBitShared.UserCredentials userCredentials, List<String> tableIdentifier, JdbcWriter config) -
Uses of UserBitShared.UserCredentials in org.apache.drill.exec.store.splunk
Constructors in org.apache.drill.exec.store.splunk with parameters of type UserBitShared.UserCredentialsModifierConstructorDescriptionSplunkBatchInsertWriter(UserBitShared.UserCredentials userCredentials, List<String> tableIdentifier, SplunkWriter config) SplunkBatchWriter(UserBitShared.UserCredentials userCredentials, List<String> tableIdentifier, SplunkWriter config)