Uses of Class
org.apache.accumulo.core.dataImpl.thrift.TColumn
-
Packages that use TColumn Package Description org.apache.accumulo.core.clientImpl org.apache.accumulo.core.data org.apache.accumulo.core.dataImpl.thrift org.apache.accumulo.core.tabletserver.thrift -
-
Uses of TColumn in org.apache.accumulo.core.clientImpl
Methods in org.apache.accumulo.core.clientImpl that return TColumn Modifier and Type Method Description TColumnTranslator.ColumnTranslator. translate(Column input)Methods in org.apache.accumulo.core.clientImpl with parameters of type TColumn Modifier and Type Method Description ColumnTranslator.TColumnTranslator. translate(TColumn input) -
Uses of TColumn in org.apache.accumulo.core.data
Methods in org.apache.accumulo.core.data that return TColumn Modifier and Type Method Description TColumnColumn. toThrift()Converts this column to Thrift.Constructors in org.apache.accumulo.core.data with parameters of type TColumn Constructor Description Column(TColumn tcol)Creates a new column. -
Uses of TColumn in org.apache.accumulo.core.dataImpl.thrift
Methods in org.apache.accumulo.core.dataImpl.thrift that return TColumn Modifier and Type Method Description TColumnTColumn. deepCopy()TColumnTColumn. setColumnFamily(byte[] columnFamily)TColumnTColumn. setColumnFamily(ByteBuffer columnFamily)TColumnTColumn. setColumnQualifier(byte[] columnQualifier)TColumnTColumn. setColumnQualifier(ByteBuffer columnQualifier)TColumnTColumn. setColumnVisibility(byte[] columnVisibility)TColumnTColumn. setColumnVisibility(ByteBuffer columnVisibility)Methods in org.apache.accumulo.core.dataImpl.thrift with parameters of type TColumn Modifier and Type Method Description intTColumn. compareTo(TColumn other)booleanTColumn. equals(TColumn that)Constructors in org.apache.accumulo.core.dataImpl.thrift with parameters of type TColumn Constructor Description TColumn(TColumn other)Performs a deep copy on other. -
Uses of TColumn in org.apache.accumulo.core.tabletserver.thrift
Fields in org.apache.accumulo.core.tabletserver.thrift with type parameters of type TColumn Modifier and Type Field Description List<TColumn>ActiveScan. columnsList<TColumn>TabletClientService.startMultiScan_args. columnsList<TColumn>TabletClientService.startScan_args. columnsMethods in org.apache.accumulo.core.tabletserver.thrift that return types with arguments of type TColumn Modifier and Type Method Description List<TColumn>ActiveScan. getColumns()List<TColumn>TabletClientService.startMultiScan_args. getColumns()List<TColumn>TabletClientService.startScan_args. getColumns()Iterator<TColumn>ActiveScan. getColumnsIterator()Iterator<TColumn>TabletClientService.startMultiScan_args. getColumnsIterator()Iterator<TColumn>TabletClientService.startScan_args. getColumnsIterator()Methods in org.apache.accumulo.core.tabletserver.thrift with parameters of type TColumn Modifier and Type Method Description voidActiveScan. addToColumns(TColumn elem)voidTabletClientService.startMultiScan_args. addToColumns(TColumn elem)voidTabletClientService.startScan_args. addToColumns(TColumn elem)Method parameters in org.apache.accumulo.core.tabletserver.thrift with type arguments of type TColumn Modifier and Type Method Description voidTabletClientService.Client. send_startMultiScan(TInfo tinfo, TCredentials credentials, Map<TKeyExtent,List<TRange>> batch, List<TColumn> columns, List<IterInfo> ssiList, Map<String,Map<String,String>> ssio, List<ByteBuffer> authorizations, boolean waitForWrites, TSamplerConfiguration samplerConfig, long batchTimeOut, String classLoaderContext, Map<String,String> executionHints)voidTabletClientService.Client. send_startScan(TInfo tinfo, TCredentials credentials, TKeyExtent extent, TRange range, List<TColumn> columns, int batchSize, List<IterInfo> ssiList, Map<String,Map<String,String>> ssio, List<ByteBuffer> authorizations, boolean waitForWrites, boolean isolated, long readaheadThreshold, TSamplerConfiguration samplerConfig, long batchTimeOut, String classLoaderContext, Map<String,String> executionHints)ActiveScanActiveScan. setColumns(List<TColumn> columns)TabletClientService.startMultiScan_argsTabletClientService.startMultiScan_args. setColumns(List<TColumn> columns)TabletClientService.startScan_argsTabletClientService.startScan_args. setColumns(List<TColumn> columns)voidTabletClientService.AsyncClient. startMultiScan(TInfo tinfo, TCredentials credentials, Map<TKeyExtent,List<TRange>> batch, List<TColumn> columns, List<IterInfo> ssiList, Map<String,Map<String,String>> ssio, List<ByteBuffer> authorizations, boolean waitForWrites, TSamplerConfiguration samplerConfig, long batchTimeOut, String classLoaderContext, Map<String,String> executionHints, org.apache.thrift.async.AsyncMethodCallback<InitialMultiScan> resultHandler)voidTabletClientService.AsyncIface. startMultiScan(TInfo tinfo, TCredentials credentials, Map<TKeyExtent,List<TRange>> batch, List<TColumn> columns, List<IterInfo> ssiList, Map<String,Map<String,String>> ssio, List<ByteBuffer> authorizations, boolean waitForWrites, TSamplerConfiguration samplerConfig, long batchTimeOut, String classLoaderContext, Map<String,String> executionHints, org.apache.thrift.async.AsyncMethodCallback<InitialMultiScan> resultHandler)InitialMultiScanTabletClientService.Client. startMultiScan(TInfo tinfo, TCredentials credentials, Map<TKeyExtent,List<TRange>> batch, List<TColumn> columns, List<IterInfo> ssiList, Map<String,Map<String,String>> ssio, List<ByteBuffer> authorizations, boolean waitForWrites, TSamplerConfiguration samplerConfig, long batchTimeOut, String classLoaderContext, Map<String,String> executionHints)InitialMultiScanTabletClientService.Iface. startMultiScan(TInfo tinfo, TCredentials credentials, Map<TKeyExtent,List<TRange>> batch, List<TColumn> columns, List<IterInfo> ssiList, Map<String,Map<String,String>> ssio, List<ByteBuffer> authorizations, boolean waitForWrites, TSamplerConfiguration samplerConfig, long batchTimeOut, String classLoaderContext, Map<String,String> executionHints)voidTabletClientService.AsyncClient. startScan(TInfo tinfo, TCredentials credentials, TKeyExtent extent, TRange range, List<TColumn> columns, int batchSize, List<IterInfo> ssiList, Map<String,Map<String,String>> ssio, List<ByteBuffer> authorizations, boolean waitForWrites, boolean isolated, long readaheadThreshold, TSamplerConfiguration samplerConfig, long batchTimeOut, String classLoaderContext, Map<String,String> executionHints, org.apache.thrift.async.AsyncMethodCallback<InitialScan> resultHandler)voidTabletClientService.AsyncIface. startScan(TInfo tinfo, TCredentials credentials, TKeyExtent extent, TRange range, List<TColumn> columns, int batchSize, List<IterInfo> ssiList, Map<String,Map<String,String>> ssio, List<ByteBuffer> authorizations, boolean waitForWrites, boolean isolated, long readaheadThreshold, TSamplerConfiguration samplerConfig, long batchTimeOut, String classLoaderContext, Map<String,String> executionHints, org.apache.thrift.async.AsyncMethodCallback<InitialScan> resultHandler)InitialScanTabletClientService.Client. startScan(TInfo tinfo, TCredentials credentials, TKeyExtent extent, TRange range, List<TColumn> columns, int batchSize, List<IterInfo> ssiList, Map<String,Map<String,String>> ssio, List<ByteBuffer> authorizations, boolean waitForWrites, boolean isolated, long readaheadThreshold, TSamplerConfiguration samplerConfig, long batchTimeOut, String classLoaderContext, Map<String,String> executionHints)InitialScanTabletClientService.Iface. startScan(TInfo tinfo, TCredentials credentials, TKeyExtent extent, TRange range, List<TColumn> columns, int batchSize, List<IterInfo> ssiList, Map<String,Map<String,String>> ssio, List<ByteBuffer> authorizations, boolean waitForWrites, boolean isolated, long readaheadThreshold, TSamplerConfiguration samplerConfig, long batchTimeOut, String classLoaderContext, Map<String,String> executionHints)Constructor parameters in org.apache.accumulo.core.tabletserver.thrift with type arguments of type TColumn Constructor Description ActiveScan(String client, String user, String tableId, long age, long idleTime, ScanType type, ScanState state, TKeyExtent extent, List<TColumn> columns, List<IterInfo> ssiList, Map<String,Map<String,String>> ssio, List<ByteBuffer> authorizations, String classLoaderContext)startMultiScan_args(TInfo tinfo, TCredentials credentials, Map<TKeyExtent,List<TRange>> batch, List<TColumn> columns, List<IterInfo> ssiList, Map<String,Map<String,String>> ssio, List<ByteBuffer> authorizations, boolean waitForWrites, TSamplerConfiguration samplerConfig, long batchTimeOut, String classLoaderContext, Map<String,String> executionHints)startMultiScan_call(TInfo tinfo, TCredentials credentials, Map<TKeyExtent,List<TRange>> batch, List<TColumn> columns, List<IterInfo> ssiList, Map<String,Map<String,String>> ssio, List<ByteBuffer> authorizations, boolean waitForWrites, TSamplerConfiguration samplerConfig, long batchTimeOut, String classLoaderContext, Map<String,String> executionHints, org.apache.thrift.async.AsyncMethodCallback<InitialMultiScan> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)startScan_args(TInfo tinfo, TCredentials credentials, TKeyExtent extent, TRange range, List<TColumn> columns, int batchSize, List<IterInfo> ssiList, Map<String,Map<String,String>> ssio, List<ByteBuffer> authorizations, boolean waitForWrites, boolean isolated, long readaheadThreshold, TSamplerConfiguration samplerConfig, long batchTimeOut, String classLoaderContext, Map<String,String> executionHints)startScan_call(TInfo tinfo, TCredentials credentials, TKeyExtent extent, TRange range, List<TColumn> columns, int batchSize, List<IterInfo> ssiList, Map<String,Map<String,String>> ssio, List<ByteBuffer> authorizations, boolean waitForWrites, boolean isolated, long readaheadThreshold, TSamplerConfiguration samplerConfig, long batchTimeOut, String classLoaderContext, Map<String,String> executionHints, org.apache.thrift.async.AsyncMethodCallback<InitialScan> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)
-