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 CryptoServiceCryptoServiceFactory. newDefaultInstance()static CryptoServiceCryptoServiceFactory. 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 classAESCryptoServiceExample implementation of AES encryption for AccumuloclassNoCryptoServiceThe 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 CryptoServiceFileOperations.FileOptions. cryptoServiceMethods in org.apache.accumulo.core.file that return CryptoService Modifier and Type Method Description CryptoServiceFileOperations.FileOptions. getCryptoService()Methods in org.apache.accumulo.core.file with parameters of type CryptoService Modifier and Type Method Description protected FileOperations.FileHelperFileOperations.FileHelper. cryptoService(CryptoService cs)FileOperations.IndexReaderTableConfigurationFileOperations.IndexReaderBuilder. forFile(String filename, org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.conf.Configuration fsConf, CryptoService cs)FileOperations.ReaderTableConfigurationFileOperations.ReaderBuilder. forFile(String filename, org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.conf.Configuration fsConf, CryptoService cs)FileOperations.ScanReaderTableConfigurationFileOperations.ScanReaderBuilder. forFile(String filename, org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.conf.Configuration fsConf, CryptoService cs)FileOperations.WriterTableConfigurationFileOperations.WriterBuilder. forFile(String filename, org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.conf.Configuration fsConf, CryptoService cs)FileOperations.WriterTableConfigurationFileOperations.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.CachableBuilderCachableBlockFile.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 SummaryReaderSummaryReader. load(org.apache.hadoop.conf.Configuration conf, InputStream inputStream, long length, Predicate<SummarizerConfiguration> summarySelector, SummarizerFactory factory, CryptoService cryptoService)static SummaryReaderSummaryReader. 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)
-