Uses of Class
org.apache.accumulo.core.dataImpl.thrift.TMutation
-
Packages that use TMutation Package Description org.apache.accumulo.core.data org.apache.accumulo.core.dataImpl.thrift org.apache.accumulo.core.tabletserver.thrift org.apache.accumulo.core.util -
-
Uses of TMutation in org.apache.accumulo.core.data
Methods in org.apache.accumulo.core.data that return TMutation Modifier and Type Method Description TMutationMutation. toThrift()Creates aTMutationobject containing this Mutation's data.Constructors in org.apache.accumulo.core.data with parameters of type TMutation Constructor Description Mutation(TMutation tmutation)Creates a new mutation from a Thrift mutation. -
Uses of TMutation in org.apache.accumulo.core.dataImpl.thrift
Fields in org.apache.accumulo.core.dataImpl.thrift declared as TMutation Modifier and Type Field Description TMutationTConditionalMutation. mutationMethods in org.apache.accumulo.core.dataImpl.thrift that return TMutation Modifier and Type Method Description TMutationTMutation. deepCopy()TMutationTConditionalMutation. getMutation()TMutationTMutation. setData(byte[] data)TMutationTMutation. setData(ByteBuffer data)TMutationTMutation. setEntries(int entries)TMutationTMutation. setRow(byte[] row)TMutationTMutation. setRow(ByteBuffer row)TMutationTMutation. setSources(List<String> sources)TMutationTMutation. setValues(List<ByteBuffer> values)Methods in org.apache.accumulo.core.dataImpl.thrift with parameters of type TMutation Modifier and Type Method Description intTMutation. compareTo(TMutation other)booleanTMutation. equals(TMutation that)TConditionalMutationTConditionalMutation. setMutation(TMutation mutation)Constructors in org.apache.accumulo.core.dataImpl.thrift with parameters of type TMutation Constructor Description TConditionalMutation(List<TCondition> conditions, TMutation mutation, long id)TMutation(TMutation other)Performs a deep copy on other. -
Uses of TMutation in org.apache.accumulo.core.tabletserver.thrift
Fields in org.apache.accumulo.core.tabletserver.thrift declared as TMutation Modifier and Type Field Description TMutationTabletClientService.update_args. mutationFields in org.apache.accumulo.core.tabletserver.thrift with type parameters of type TMutation Modifier and Type Field Description List<TMutation>TabletClientService.applyUpdates_args. mutationsMethods in org.apache.accumulo.core.tabletserver.thrift that return TMutation Modifier and Type Method Description TMutationTabletClientService.update_args. getMutation()Methods in org.apache.accumulo.core.tabletserver.thrift that return types with arguments of type TMutation Modifier and Type Method Description List<TMutation>TabletClientService.applyUpdates_args. getMutations()Iterator<TMutation>TabletClientService.applyUpdates_args. getMutationsIterator()Methods in org.apache.accumulo.core.tabletserver.thrift with parameters of type TMutation Modifier and Type Method Description voidTabletClientService.applyUpdates_args. addToMutations(TMutation elem)voidTabletClientService.Client. send_update(TInfo tinfo, TCredentials credentials, TKeyExtent keyExtent, TMutation mutation, TDurability durability)TabletClientService.update_argsTabletClientService.update_args. setMutation(TMutation mutation)voidTabletClientService.AsyncClient. update(TInfo tinfo, TCredentials credentials, TKeyExtent keyExtent, TMutation mutation, TDurability durability, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler)voidTabletClientService.AsyncIface. update(TInfo tinfo, TCredentials credentials, TKeyExtent keyExtent, TMutation mutation, TDurability durability, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler)voidTabletClientService.Client. update(TInfo tinfo, TCredentials credentials, TKeyExtent keyExtent, TMutation mutation, TDurability durability)voidTabletClientService.Iface. update(TInfo tinfo, TCredentials credentials, TKeyExtent keyExtent, TMutation mutation, TDurability durability)Method parameters in org.apache.accumulo.core.tabletserver.thrift with type arguments of type TMutation Modifier and Type Method Description voidTabletClientService.AsyncClient. applyUpdates(TInfo tinfo, long updateID, TKeyExtent keyExtent, List<TMutation> mutations, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler)voidTabletClientService.AsyncIface. applyUpdates(TInfo tinfo, long updateID, TKeyExtent keyExtent, List<TMutation> mutations, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler)voidTabletClientService.Client. applyUpdates(TInfo tinfo, long updateID, TKeyExtent keyExtent, List<TMutation> mutations)voidTabletClientService.Iface. applyUpdates(TInfo tinfo, long updateID, TKeyExtent keyExtent, List<TMutation> mutations)voidTabletClientService.Client. send_applyUpdates(TInfo tinfo, long updateID, TKeyExtent keyExtent, List<TMutation> mutations)TabletClientService.applyUpdates_argsTabletClientService.applyUpdates_args. setMutations(List<TMutation> mutations)Constructors in org.apache.accumulo.core.tabletserver.thrift with parameters of type TMutation Constructor Description update_args(TInfo tinfo, TCredentials credentials, TKeyExtent keyExtent, TMutation mutation, TDurability durability)update_call(TInfo tinfo, TCredentials credentials, TKeyExtent keyExtent, TMutation mutation, TDurability durability, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)Constructor parameters in org.apache.accumulo.core.tabletserver.thrift with type arguments of type TMutation Constructor Description applyUpdates_args(TInfo tinfo, long updateID, TKeyExtent keyExtent, List<TMutation> mutations)applyUpdates_call(TInfo tinfo, long updateID, TKeyExtent keyExtent, List<TMutation> mutations, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport) -
Uses of TMutation in org.apache.accumulo.core.util
Methods in org.apache.accumulo.core.util that return TMutation Modifier and Type Method Description TMutationLocalityGroupUtil.PartitionedMutation. toThrift()
-