Uses of Interface
org.apache.accumulo.core.spi.crypto.CryptoService
-
-
Uses of CryptoService in org.apache.accumulo.core.clientImpl.bulk
Methods in org.apache.accumulo.core.clientImpl.bulk with parameters of type CryptoService Modifier and Type Method Description static Map<KeyExtent,Long>
BulkImport. estimateSizes(AccumuloConfiguration acuConf, org.apache.hadoop.fs.Path mapFile, long fileSize, Collection<KeyExtent> extents, org.apache.hadoop.fs.FileSystem ns, com.google.common.cache.Cache<String,Long> fileLenCache, CryptoService cs)
static List<KeyExtent>
BulkImport. findOverlappingTablets(ClientContext context, BulkImport.KeyExtentCache extentCache, org.apache.hadoop.fs.Path file, org.apache.hadoop.fs.FileSystem fs, com.google.common.cache.Cache<String,Long> fileLenCache, CryptoService cs)
-
Uses of CryptoService in org.apache.accumulo.core.crypto
Methods in org.apache.accumulo.core.crypto that return CryptoService Modifier and Type Method Description static CryptoService
CryptoServiceFactory. newDefaultInstance()
static CryptoService
CryptoServiceFactory. newInstance(AccumuloConfiguration conf, CryptoServiceFactory.ClassloaderType ct)
-
Uses of CryptoService in org.apache.accumulo.core.cryptoImpl
Classes in org.apache.accumulo.core.cryptoImpl that implement CryptoService Modifier and Type Class Description class
AESCryptoService
Example implementation of AES encryption for Accumuloclass
NoCryptoService
The default encryption strategy which does nothing. -
Uses of CryptoService in org.apache.accumulo.core.file
Fields in org.apache.accumulo.core.file declared as CryptoService Modifier and Type Field Description CryptoService
FileOperations.FileOptions. cryptoService
Methods in org.apache.accumulo.core.file that return CryptoService Modifier and Type Method Description CryptoService
FileOperations.FileOptions. getCryptoService()
Methods in org.apache.accumulo.core.file with parameters of type CryptoService Modifier and Type Method Description protected FileOperations.FileHelper
FileOperations.FileHelper. cryptoService(CryptoService cs)
FileOperations.IndexReaderTableConfiguration
FileOperations.IndexReaderBuilder. forFile(String filename, org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.conf.Configuration fsConf, CryptoService cs)
FileOperations.ReaderTableConfiguration
FileOperations.ReaderBuilder. forFile(String filename, org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.conf.Configuration fsConf, CryptoService cs)
FileOperations.ScanReaderTableConfiguration
FileOperations.ScanReaderBuilder. forFile(String filename, org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.conf.Configuration fsConf, CryptoService cs)
FileOperations.WriterTableConfiguration
FileOperations.WriterBuilder. forFile(String filename, org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.conf.Configuration fsConf, CryptoService cs)
FileOperations.WriterTableConfiguration
FileOperations.WriterBuilder. forOutputStream(String extension, org.apache.hadoop.fs.FSDataOutputStream outputStream, org.apache.hadoop.conf.Configuration fsConf, CryptoService cs)
Constructors in org.apache.accumulo.core.file with parameters of type CryptoService Constructor Description FileOptions(AccumuloConfiguration tableConfiguration, String filename, org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.conf.Configuration fsConf, RateLimiter rateLimiter, String compression, org.apache.hadoop.fs.FSDataOutputStream outputStream, boolean enableAccumuloStart, CacheProvider cacheProvider, com.google.common.cache.Cache<String,Long> fileLenCache, boolean seekToBeginning, CryptoService cryptoService, Range range, Set<ByteSequence> columnFamilies, boolean inclusive)
-
Uses of CryptoService in org.apache.accumulo.core.file.blockfile.impl
Methods in org.apache.accumulo.core.file.blockfile.impl with parameters of type CryptoService Modifier and Type Method Description CachableBlockFile.CachableBuilder
CachableBlockFile.CachableBuilder. cryptoService(CryptoService cryptoService)
-
Uses of CryptoService in org.apache.accumulo.core.file.rfile.bcfile
Constructors in org.apache.accumulo.core.file.rfile.bcfile with parameters of type CryptoService Constructor Description Reader(byte[] serializedMetadata, InputStreamType fin, org.apache.hadoop.conf.Configuration conf, CryptoService cryptoService)
Reader(InputStreamType fin, long fileLength, org.apache.hadoop.conf.Configuration conf, CryptoService cryptoService)
Writer(org.apache.hadoop.fs.FSDataOutputStream fout, RateLimiter writeLimiter, String compressionName, org.apache.hadoop.conf.Configuration conf, CryptoService cryptoService)
Constructor -
Uses of CryptoService in org.apache.accumulo.core.summary
Methods in org.apache.accumulo.core.summary with parameters of type CryptoService Modifier and Type Method Description static SummaryReader
SummaryReader. load(org.apache.hadoop.conf.Configuration conf, InputStream inputStream, long length, Predicate<SummarizerConfiguration> summarySelector, SummarizerFactory factory, CryptoService cryptoService)
static SummaryReader
SummaryReader. load(org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.conf.Configuration conf, SummarizerFactory factory, org.apache.hadoop.fs.Path file, Predicate<SummarizerConfiguration> summarySelector, BlockCache summaryCache, BlockCache indexCache, com.google.common.cache.Cache<String,Long> fileLenCache, CryptoService cryptoService)
Constructors in org.apache.accumulo.core.summary with parameters of type CryptoService Constructor Description Gatherer(ClientContext context, TSummaryRequest request, AccumuloConfiguration tableConfig, CryptoService cryptoService)
-