Uses of Interface
com.google.cloud.hadoop.fs.gcs.DelegationTokenStatistics
-
Packages that use DelegationTokenStatistics Package Description com.google.cloud.hadoop.fs.gcs com.google.cloud.hadoop.fs.gcs.auth -
-
Uses of DelegationTokenStatistics in com.google.cloud.hadoop.fs.gcs
Methods in com.google.cloud.hadoop.fs.gcs that return DelegationTokenStatistics Modifier and Type Method Description DelegationTokenStatisticsGhfsInstrumentation. newDelegationTokenStatistics()Create a delegation token statistics instance. -
Uses of DelegationTokenStatistics in com.google.cloud.hadoop.fs.gcs.auth
Methods in com.google.cloud.hadoop.fs.gcs.auth with parameters of type DelegationTokenStatistics Modifier and Type Method Description org.apache.hadoop.security.token.Token<org.apache.hadoop.security.token.delegation.web.DelegationTokenIdentifier>AbstractDelegationTokenBinding. createDelegationToken(String renewer, DelegationTokenStatistics stats)Create a delegation token for the user.
-