|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Mutation in org.apache.accumulo.core.client |
---|
Methods in org.apache.accumulo.core.client with parameters of type Mutation | |
---|---|
void |
BatchWriter.addMutation(Mutation m)
Queues one mutation to write |
Method parameters in org.apache.accumulo.core.client with type arguments of type Mutation | |
---|---|
void |
BatchWriter.addMutations(java.lang.Iterable<Mutation> iterable)
Queues several mutations to write |
Uses of Mutation in org.apache.accumulo.core.client.impl |
---|
Methods in org.apache.accumulo.core.client.impl that return types with arguments of type Mutation | |
---|---|
java.util.Map<KeyExtent,java.util.List<Mutation>> |
TabletLocator.TabletServerMutations.getMutations()
|
Methods in org.apache.accumulo.core.client.impl with parameters of type Mutation | |
---|---|
void |
TabletLocator.TabletServerMutations.addMutation(KeyExtent ke,
Mutation m)
|
void |
BatchWriterImpl.addMutation(Mutation m)
|
void |
TabletServerBatchWriter.addMutation(java.lang.String table,
Mutation m)
|
void |
Writer.update(Mutation m)
|
Method parameters in org.apache.accumulo.core.client.impl with type arguments of type Mutation | |
---|---|
void |
TabletServerBatchWriter.addMutation(java.lang.String table,
java.util.Iterator<Mutation> iterator)
|
void |
BatchWriterImpl.addMutations(java.lang.Iterable<Mutation> iterable)
|
void |
TabletLocatorImpl.binMutations(java.util.List<Mutation> mutations,
java.util.Map<java.lang.String,TabletLocator.TabletServerMutations> binnedMutations,
java.util.List<Mutation> failures)
|
void |
TabletLocatorImpl.binMutations(java.util.List<Mutation> mutations,
java.util.Map<java.lang.String,TabletLocator.TabletServerMutations> binnedMutations,
java.util.List<Mutation> failures)
|
void |
RootTabletLocator.binMutations(java.util.List<Mutation> mutations,
java.util.Map<java.lang.String,TabletLocator.TabletServerMutations> binnedMutations,
java.util.List<Mutation> failures)
|
void |
RootTabletLocator.binMutations(java.util.List<Mutation> mutations,
java.util.Map<java.lang.String,TabletLocator.TabletServerMutations> binnedMutations,
java.util.List<Mutation> failures)
|
abstract void |
TabletLocator.binMutations(java.util.List<Mutation> mutations,
java.util.Map<java.lang.String,TabletLocator.TabletServerMutations> binnedMutations,
java.util.List<Mutation> failures)
|
abstract void |
TabletLocator.binMutations(java.util.List<Mutation> mutations,
java.util.Map<java.lang.String,TabletLocator.TabletServerMutations> binnedMutations,
java.util.List<Mutation> failures)
|
Uses of Mutation in org.apache.accumulo.core.client.mapreduce |
---|
Methods in org.apache.accumulo.core.client.mapreduce that return types with arguments of type Mutation | |
---|---|
org.apache.hadoop.mapreduce.RecordWriter<org.apache.hadoop.io.Text,Mutation> |
AccumuloOutputFormat.getRecordWriter(org.apache.hadoop.mapreduce.TaskAttemptContext attempt)
|
Uses of Mutation in org.apache.accumulo.core.client.mock |
---|
Methods in org.apache.accumulo.core.client.mock with parameters of type Mutation | |
---|---|
void |
MockBatchWriter.addMutation(Mutation m)
|
void |
MockAccumulo.addMutation(java.lang.String table,
Mutation m)
|
Method parameters in org.apache.accumulo.core.client.mock with type arguments of type Mutation | |
---|---|
void |
MockBatchWriter.addMutations(java.lang.Iterable<Mutation> iterable)
|
void |
MockTabletLocator.binMutations(java.util.List<Mutation> mutations,
java.util.Map<java.lang.String,TabletLocator.TabletServerMutations> binnedMutations,
java.util.List<Mutation> failures)
|
void |
MockTabletLocator.binMutations(java.util.List<Mutation> mutations,
java.util.Map<java.lang.String,TabletLocator.TabletServerMutations> binnedMutations,
java.util.List<Mutation> failures)
|
Uses of Mutation in org.apache.accumulo.core.constraints |
---|
Methods in org.apache.accumulo.core.constraints with parameters of type Mutation | |
---|---|
java.util.List<java.lang.Short> |
Constraint.check(Mutation mutation)
Checks a mutation for constrain violations. |
Uses of Mutation in org.apache.accumulo.core.data |
---|
Methods in org.apache.accumulo.core.data that return Mutation | |
---|---|
Mutation |
KeyExtent.getPrevRowUpdateMutation()
Returns a String representing the previous extent's entry in the Metadata table |
static Mutation |
KeyExtent.getPrevRowUpdateMutation(KeyExtent ke)
|
Methods in org.apache.accumulo.core.data with parameters of type Mutation | |
---|---|
boolean |
Mutation.equals(Mutation m)
|
Constructors in org.apache.accumulo.core.data with parameters of type Mutation | |
---|---|
Mutation(Mutation m)
|
Uses of Mutation in org.apache.accumulo.core.util |
---|
Methods in org.apache.accumulo.core.util with parameters of type Mutation | |
---|---|
static void |
ColumnFQ.put(Mutation m,
ColumnFQ cfq,
Value v)
|
static void |
ColumnFQ.putDelete(Mutation m,
ColumnFQ cfq)
|
Uses of Mutation in org.apache.accumulo.examples.client |
---|
Methods in org.apache.accumulo.examples.client that return Mutation | |
---|---|
static Mutation |
RandomBatchWriter.createMutation(long rowid,
int dataSize,
ColumnVisibility visibility)
|
Uses of Mutation in org.apache.accumulo.examples.constraints |
---|
Methods in org.apache.accumulo.examples.constraints with parameters of type Mutation | |
---|---|
java.util.List<java.lang.Short> |
NumericValueConstraint.check(Mutation mutation)
|
java.util.List<java.lang.Short> |
AlphaNumKeyConstraint.check(Mutation mutation)
|
Uses of Mutation in org.apache.accumulo.server.constraints |
---|
Methods in org.apache.accumulo.server.constraints with parameters of type Mutation | |
---|---|
Violations |
ConstraintChecker.check(KeyExtent extent,
Mutation m)
|
java.util.List<java.lang.Short> |
MetadataConstraints.check(Mutation mutation)
|
java.util.List<java.lang.Short> |
UnsatisfiableConstraint.check(Mutation mutation)
|
Uses of Mutation in org.apache.accumulo.server.logger |
---|
Fields in org.apache.accumulo.server.logger declared as Mutation | |
---|---|
Mutation[] |
LogFileValue.mutations
|
Uses of Mutation in org.apache.accumulo.server.master.state |
---|
Methods in org.apache.accumulo.server.master.state with parameters of type Mutation | |
---|---|
void |
TServerInstance.clearLastLocation(Mutation m)
|
void |
TServerInstance.putFutureLocation(Mutation m)
|
void |
TServerInstance.putLastLocation(Mutation m)
|
void |
TServerInstance.putLocation(Mutation m)
|
Uses of Mutation in org.apache.accumulo.server.tabletserver |
---|
Methods in org.apache.accumulo.server.tabletserver that return types with arguments of type Mutation | |
---|---|
static java.util.Iterator<Mutation> |
MutationLog.replay(org.apache.hadoop.fs.Path logfile,
Tablet t,
long min_timestamp)
|
Methods in org.apache.accumulo.server.tabletserver with parameters of type Mutation | |
---|---|
void |
MutationLog.log(Mutation m)
|
void |
NativeMap.mutate(Mutation mutation,
int mutationCount)
|
protected void |
TabletTime.setSystemTimes(Mutation mutation,
long lastCommitTime)
|
Method parameters in org.apache.accumulo.server.tabletserver with type arguments of type Mutation | |
---|---|
void |
Tablet.CommitSession.abortCommit(java.util.List<Mutation> value)
|
void |
Tablet.abortCommit(Tablet.CommitSession commitSession,
java.util.List<Mutation> value)
|
void |
Tablet.CommitSession.commit(java.util.List<Mutation> mutations)
|
void |
Tablet.commit(Tablet.CommitSession commitSession,
java.util.List<Mutation> mutations)
|
void |
InMemoryMap.mutate(java.util.List<Mutation> mutations)
Applies changes to a row in the InMemoryMap |
void |
NativeMap.mutate(java.util.List<Mutation> mutations,
int mutationCount)
|
Tablet.CommitSession |
Tablet.prepareMutationsForCommit(java.util.List<Mutation> mutations)
|
Uses of Mutation in org.apache.accumulo.server.tabletserver.log |
---|
Methods in org.apache.accumulo.server.tabletserver.log with parameters of type Mutation | |
---|---|
void |
RemoteLogger.log(int seq,
int tid,
Mutation mutation)
|
int |
TabletServerLogger.log(Tablet.CommitSession commitSession,
int tabletSeq,
Mutation m)
|
void |
MutationReceiver.receive(Mutation m)
|
Method parameters in org.apache.accumulo.server.tabletserver.log with type arguments of type Mutation | |
---|---|
int |
TabletServerLogger.logManyTablets(java.util.Map<Tablet.CommitSession,java.util.List<Mutation>> mutations)
|
Uses of Mutation in org.apache.accumulo.server.test |
---|
Methods in org.apache.accumulo.server.test with parameters of type Mutation | |
---|---|
void |
NullBatchWriter.addMutation(Mutation m)
|
Method parameters in org.apache.accumulo.server.test with type arguments of type Mutation | |
---|---|
void |
NullBatchWriter.addMutations(java.lang.Iterable<Mutation> iterable)
|
Uses of Mutation in org.apache.accumulo.server.test.continuous |
---|
Methods in org.apache.accumulo.server.test.continuous that return Mutation | |
---|---|
static Mutation |
ContinuousIngest.genMutation(long rowLong,
int cfInt,
int cqInt,
byte[] ingestInstanceId,
long count,
byte[] prevRow,
java.util.Random r)
|
Uses of Mutation in org.apache.accumulo.server.util |
---|
Methods in org.apache.accumulo.server.util that return Mutation | |
---|---|
Mutation |
RandomWriter.RandomMutationGenerator.next()
|
Methods in org.apache.accumulo.server.util that return types with arguments of type Mutation | |
---|---|
java.util.Iterator<Mutation> |
RandomWriter.RandomMutationGenerator.iterator()
|
Methods in org.apache.accumulo.server.util with parameters of type Mutation | |
---|---|
static void |
MetadataTable.putLockID(ZooLock zooLock,
Mutation m)
|
static void |
MetadataTable.update(AuthInfo credentials,
Mutation m)
|
static void |
MetadataTable.update(AuthInfo credentials,
ZooLock zooLock,
Mutation m)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |