Uses of Class
org.apache.accumulo.core.client.impl.thrift.SecurityErrorCode

Packages that use SecurityErrorCode
org.apache.accumulo.core.client   
org.apache.accumulo.core.client.impl.thrift   
org.apache.accumulo.core.data.thrift   
 

Uses of SecurityErrorCode in org.apache.accumulo.core.client
 

Constructors in org.apache.accumulo.core.client with parameters of type SecurityErrorCode
AccumuloSecurityException(String user, SecurityErrorCode errorcode)
           
AccumuloSecurityException(String user, SecurityErrorCode errorcode, Throwable cause)
           
 

Uses of SecurityErrorCode in org.apache.accumulo.core.client.impl.thrift
 

Fields in org.apache.accumulo.core.client.impl.thrift declared as SecurityErrorCode
 SecurityErrorCode ThriftSecurityException.code
           
 

Methods in org.apache.accumulo.core.client.impl.thrift that return SecurityErrorCode
static SecurityErrorCode SecurityErrorCode.findByValue(int value)
          Find a the enum type by its integer value, as defined in the Thrift IDL.
 SecurityErrorCode ThriftSecurityException.getCode()
           
static SecurityErrorCode SecurityErrorCode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SecurityErrorCode[] SecurityErrorCode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.accumulo.core.client.impl.thrift with parameters of type SecurityErrorCode
 ThriftSecurityException ThriftSecurityException.setCode(SecurityErrorCode code)
           
 

Constructors in org.apache.accumulo.core.client.impl.thrift with parameters of type SecurityErrorCode
ThriftSecurityException(String user, SecurityErrorCode code)
           
 

Uses of SecurityErrorCode in org.apache.accumulo.core.data.thrift
 

Fields in org.apache.accumulo.core.data.thrift with type parameters of type SecurityErrorCode
 Map<TKeyExtent,SecurityErrorCode> UpdateErrors.authorizationFailures
           
 

Methods in org.apache.accumulo.core.data.thrift that return types with arguments of type SecurityErrorCode
 Map<TKeyExtent,SecurityErrorCode> UpdateErrors.getAuthorizationFailures()
           
 

Methods in org.apache.accumulo.core.data.thrift with parameters of type SecurityErrorCode
 void UpdateErrors.putToAuthorizationFailures(TKeyExtent key, SecurityErrorCode val)
           
 

Method parameters in org.apache.accumulo.core.data.thrift with type arguments of type SecurityErrorCode
 UpdateErrors UpdateErrors.setAuthorizationFailures(Map<TKeyExtent,SecurityErrorCode> authorizationFailures)
           
 

Constructor parameters in org.apache.accumulo.core.data.thrift with type arguments of type SecurityErrorCode
UpdateErrors(Map<TKeyExtent,Long> failedExtents, List<TConstraintViolationSummary> violationSummaries, Map<TKeyExtent,SecurityErrorCode> authorizationFailures)
           
 



Copyright © 2013 Apache Accumulo Project. All Rights Reserved.